Lines Matching refs:FixedValue
35 uint64_t &FixedValue);
42 uint64_t &FixedValue);
50 uint64_t &FixedValue);
54 MCValue Target, uint64_t &FixedValue);
63 uint64_t &FixedValue) override { in recordRelocation() argument
66 FixedValue); in recordRelocation()
69 FixedValue); in recordRelocation()
106 uint64_t &FixedValue) { in RecordX86_64Relocation() argument
258 FixedValue = Res; in RecordX86_64Relocation()
355 FixedValue = Value; in RecordX86_64Relocation()
372 uint64_t &FixedValue) { in recordScatteredRelocation() argument
373 uint64_t OriginalFixedValue = FixedValue; in recordScatteredRelocation()
391 FixedValue += SecAddr; in recordScatteredRelocation()
413 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()
449 FixedValue = OriginalFixedValue; in recordScatteredRelocation()
471 uint64_t &FixedValue) { in recordTLVPRelocation() argument
489 FixedValue = FixupAddress - in recordTLVPRelocation()
492 FixedValue += 1ULL << Log2Size; in recordTLVPRelocation()
494 FixedValue = 0; in recordTLVPRelocation()
511 uint64_t &FixedValue) { in RecordX86Relocation() argument
519 FixedValue); in RecordX86Relocation()
528 Target, Log2Size, FixedValue); in RecordX86Relocation()
547 Log2Size, FixedValue)) in RecordX86Relocation()
568 FixedValue = Res; in RecordX86Relocation()
580 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
585 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation()
588 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()