Lines Matching refs:Target
31 const MCFixup &Fixup, MCValue Target,
37 MCValue Target, uint64_t &FixedValue);
45 const MCFixup &Fixup, MCValue Target, in recordRelocation() argument
50 RecordPPCRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation()
83 static unsigned getRelocType(const MCValue &Target, in getRelocType() argument
88 Target.isAbsolute() ? MCSymbolRefExpr::VK_None in getRelocType()
89 : Target.getSymA()->getKind(); in getRelocType()
193 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation() argument
199 const unsigned Type = getRelocType(Target, FK, IsPCRel); in recordScatteredRelocation()
207 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
218 if (const MCSymbolRefExpr *B = Target.getSymB()) { in recordScatteredRelocation()
303 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation() argument
308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation()
313 if (Target.getSymB() && in RecordPPCRelocation()
317 recordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordPPCRelocation()
325 if (Target.getSymA()) in RecordPPCRelocation()
326 A = &Target.getSymA()->getSymbol(); in RecordPPCRelocation()
334 if (Target.isAbsolute()) { // constant in RecordPPCRelocation()