Lines Matching refs:FixedValue

35                                  uint64_t &FixedValue);
42 uint64_t &FixedValue);
50 uint64_t &FixedValue);
54 MCValue Target, uint64_t &FixedValue);
65 uint64_t &FixedValue) override { in RecordRelocation() argument
68 FixedValue); in RecordRelocation()
71 FixedValue); in RecordRelocation()
102 uint64_t &FixedValue) { in RecordX86_64Relocation() argument
249 FixedValue = Res; in RecordX86_64Relocation()
332 FixedValue = Value; in RecordX86_64Relocation()
349 uint64_t &FixedValue) { in RecordScatteredRelocation() argument
350 uint64_t OriginalFixedValue = FixedValue; in RecordScatteredRelocation()
366 FixedValue += SecAddr; in RecordScatteredRelocation()
385 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordScatteredRelocation()
421 FixedValue = OriginalFixedValue; in RecordScatteredRelocation()
443 uint64_t &FixedValue) { in RecordTLVPRelocation() argument
466 FixedValue = (FixupAddress - Writer->getSymbolAddress(SD_B, Layout) + in RecordTLVPRelocation()
468 FixedValue += 1ULL << Log2Size; in RecordTLVPRelocation()
470 FixedValue = 0; in RecordTLVPRelocation()
487 uint64_t &FixedValue) { in RecordX86Relocation() argument
495 FixedValue); in RecordX86Relocation()
504 Target, Log2Size, FixedValue); in RecordX86Relocation()
523 Target, Log2Size, FixedValue)) in RecordX86Relocation()
544 FixedValue = Res; in RecordX86Relocation()
556 FixedValue -= Layout.getSymbolOffset(SD); in RecordX86Relocation()
562 FixedValue += Writer->getSectionAddress(&SymSD); in RecordX86Relocation()
565 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()