Lines Matching refs:Target

31                                  MCValue Target,
38 MCValue Target,
45 MCValue Target,
49 MCValue Target, uint64_t &FixedValue);
57 MCValue Target, uint64_t &FixedValue) override { in recordRelocation() argument
59 RecordX86_64Relocation(Writer, Asm, Fragment, Fixup, Target, FixedValue); in recordRelocation()
61 RecordX86Relocation(Writer, Asm, Fragment, Fixup, Target, FixedValue); in recordRelocation()
97 const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) { in RecordX86_64Relocation() argument
112 Value = Target.getConstant(); in RecordX86_64Relocation()
123 if (Target.isAbsolute()) { // constant in RecordX86_64Relocation()
135 } else if (Target.getSymB()) { // A - B + constant in RecordX86_64Relocation()
136 const MCSymbol *A = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
141 const MCSymbol *B = &Target.getSymB()->getSymbol(); in RecordX86_64Relocation()
147 if (Target.getSymA()->getKind() != MCSymbolRefExpr::VK_None) { in RecordX86_64Relocation()
208 const MCSymbol *Symbol = &Target.getSymA()->getSymbol(); in RecordX86_64Relocation()
262 MCSymbolRefExpr::VariantKind Modifier = Target.getSymA()->getKind(); in RecordX86_64Relocation()
296 switch (-(Target.getConstant() + (1LL << Log2Size))) { in RecordX86_64Relocation()
357 MCValue Target, in recordScatteredRelocation() argument
366 const MCSymbol *A = &Target.getSymA()->getSymbol(); in recordScatteredRelocation()
381 if (const MCSymbolRefExpr *B = Target.getSymB()) { in recordScatteredRelocation()
456 MCValue Target, in recordTLVPRelocation() argument
458 const MCSymbolRefExpr *SymA = Target.getSymA(); in recordTLVPRelocation()
470 if (auto *SymB = Target.getSymB()) { in recordTLVPRelocation()
477 Target.getConstant(); in recordTLVPRelocation()
495 MCValue Target, in RecordX86Relocation() argument
501 if (Target.getSymA() && in RecordX86Relocation()
502 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_TLVP) { in RecordX86Relocation()
503 recordTLVPRelocation(Writer, Asm, Fragment, Fixup, Target, FixedValue); in RecordX86Relocation()
510 if (Target.getSymB()) { in RecordX86Relocation()
511 recordScatteredRelocation(Writer, Asm, Fragment, Fixup, Target, Log2Size, in RecordX86Relocation()
518 if (Target.getSymA()) in RecordX86Relocation()
519 A = &Target.getSymA()->getSymbol(); in RecordX86Relocation()
523 uint32_t Offset = Target.getConstant(); in RecordX86Relocation()
531 recordScatteredRelocation(Writer, Asm, Fragment, Fixup, Target, Log2Size, in RecordX86Relocation()
541 if (Target.isAbsolute()) { // constant in RecordX86Relocation()