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()
105 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() argument
122 Value = Target.getConstant(); in RecordX86_64Relocation()
133 if (Target.isAbsolute()) { // constant in RecordX86_64Relocation()
145 } else if (Target.getSymB()) { // A - B + constant in RecordX86_64Relocation()
146 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
151 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
157 if (Target.getSymA()->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 const MCSymbolRefExpr *SymA = Target.getSymA(); in recordTLVPRelocation()
484 if (auto *SymB = Target.getSymB()) { in recordTLVPRelocation()
491 Target.getConstant(); in recordTLVPRelocation()
510 MCValue Target, in RecordX86Relocation() argument
516 if (Target.getSymA() && in RecordX86Relocation()
517 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP) { in RecordX86Relocation()
518 recordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
526 if (Target.getSymB()) { in RecordX86Relocation()
528 Target, Log2Size, FixedValue); in RecordX86Relocation()
534 if (Target.getSymA()) in RecordX86Relocation()
535 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
539 uint32_t Offset = Target.getConstant(); in RecordX86Relocation()
546 recordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
556 if (Target.isAbsolute()) { // constant in RecordX86Relocation()