Lines Matching refs:Target
32 MCValue Target,
40 MCValue Target,
48 MCValue Target,
53 MCValue Target, uint64_t &FixedValue);
61 const MCFixup &Fixup, MCValue Target, in recordRelocation() argument
64 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, in recordRelocation()
67 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()
217 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
272 MCSymbolRefExpr::VariantKind Modifier = Target.getSymA()->getKind(); in RecordX86_64Relocation()
306 switch (-(Target.getConstant() + (1LL << Log2Size))) { in RecordX86_64Relocation()
368 MCValue Target, in recordScatteredRelocation() argument
377 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
392 if (const MCSymbolRefExpr *B = Target.getSymB()) { in recordScatteredRelocation()
468 MCValue Target, in recordTLVPRelocation() argument
470 const MCSymbolRefExpr *SymA = Target.getSymA(); in recordTLVPRelocation()
482 if (auto *SymB = Target.getSymB()) { in recordTLVPRelocation()
489 Target.getConstant(); in recordTLVPRelocation()
508 MCValue Target, in RecordX86Relocation() argument
514 if (Target.getSymA() && in RecordX86Relocation()
515 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP) { in RecordX86Relocation()
516 recordTLVPRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
524 if (Target.getSymB()) { in RecordX86Relocation()
526 Target, Log2Size, FixedValue); in RecordX86Relocation()
532 if (Target.getSymA()) in RecordX86Relocation()
533 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
537 uint32_t Offset = Target.getConstant(); in RecordX86Relocation()
545 recordScatteredRelocation(Writer, Asm, Layout, Fragment, Fixup, Target, in RecordX86Relocation()
555 if (Target.isAbsolute()) { // constant in RecordX86Relocation()