Lines Matching defs:TO
696 const MCTargetOptions *TO = Ctx.getTargetOptions();
697 if (TO && TO->Crel) {
704 const bool Rela = OWriter.usesRela(TO, Sec);
821 const MCTargetOptions *TO = Asm.getContext().getTargetOptions();
822 const bool Rela = OWriter.usesRela(TO, Sec);
862 } else if (TO && TO->Crel) {
1400 const MCTargetOptions *TO = Ctx.getTargetOptions();
1454 FixedValue = usesRela(TO, FixupSection) ? 0 : Addend;
1480 bool ELFObjectWriter::usesRela(const MCTargetOptions *TO,
1484 (TO && TO->Crel);