Lines Matching refs:Target

33                                  MCValue Target,
41 MCValue Target,
49 MCValue Target,
54 MCValue Target, uint64_t &FixedValue);
62 const MCFixup &Fixup, MCValue Target, in recordRelocation() argument
65 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation()
68 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation()
104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() argument
121 Value = Target.getConstant(); in RecordX86_64Relocation()
132 if (Target.isAbsolute()) { // constant in RecordX86_64Relocation()
144 } else if (Target.getSymB()) { // A - B + constant in RecordX86_64Relocation()
145 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
150 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
156 if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None || in RecordX86_64Relocation()
157 Target.getSymB()->getKind() != MCSymbolRefExpr::VK_None) { in RecordX86_64Relocation()
218 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
273 MCSymbolRefExpr::VariantKind Modifier = Target.getSymA()->getKind(); in RecordX86_64Relocation()
307 switch (-(Target.getConstant() + (1LL << Log2Size))) { in RecordX86_64Relocation()
370 MCValue Target, in recordScatteredRelocation() argument
379 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
394 if (const MCSymbolRefExpr *B = Target.getSymB()) { in recordScatteredRelocation()
470 MCValue Target, in recordTLVPRelocation() argument
472 assert(Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP && in recordTLVPRelocation()
484 if (Target.getSymB()) { in recordTLVPRelocation()
491 Writer->getSymbolAddress(Target.getSymB()->getSymbol(), Layout) + in recordTLVPRelocation()
492 Target.getConstant(); in recordTLVPRelocation()
503 Writer->addRelocation(&Target.getSymA()->getSymbol(), Fragment->getParent(), in recordTLVPRelocation()
512 MCValue Target, in RecordX86Relocation() argument
518 if (Target.getSymA() && in RecordX86Relocation()
519 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP) { in RecordX86Relocation()
520 recordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
528 if (Target.getSymB()) { in RecordX86Relocation()
530 Target, Log2Size, FixedValue); in RecordX86Relocation()
536 if (Target.getSymA()) in RecordX86Relocation()
537 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
541 uint32_t Offset = Target.getConstant(); in RecordX86Relocation()
548 recordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
558 if (Target.isAbsolute()) { // constant in RecordX86Relocation()