Lines Matching refs:FixedValue
34 uint64_t &FixedValue);
41 uint64_t &FixedValue);
49 uint64_t &FixedValue);
53 MCValue Target, uint64_t &FixedValue);
62 uint64_t &FixedValue) override { in recordRelocation() argument
65 FixedValue); in recordRelocation()
68 FixedValue); in recordRelocation()
105 uint64_t &FixedValue) { in RecordX86_64Relocation() argument
257 FixedValue = Res; in RecordX86_64Relocation()
353 FixedValue = Value; in RecordX86_64Relocation()
370 uint64_t &FixedValue) { in recordScatteredRelocation() argument
371 uint64_t OriginalFixedValue = FixedValue; in recordScatteredRelocation()
389 FixedValue += SecAddr; in recordScatteredRelocation()
411 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation()
447 FixedValue = OriginalFixedValue; in recordScatteredRelocation()
469 uint64_t &FixedValue) { in recordTLVPRelocation() argument
487 FixedValue = FixupAddress - in recordTLVPRelocation()
490 FixedValue += 1ULL << Log2Size; in recordTLVPRelocation()
492 FixedValue = 0; in recordTLVPRelocation()
509 uint64_t &FixedValue) { in RecordX86Relocation() argument
517 FixedValue); in RecordX86Relocation()
526 Target, Log2Size, FixedValue); in RecordX86Relocation()
546 Log2Size, FixedValue)) in RecordX86Relocation()
569 FixedValue = Res; in RecordX86Relocation()
581 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
586 FixedValue += Writer->getSectionAddress(&Sec); in RecordX86Relocation()
589 FixedValue -= Writer->getSectionAddress(Fragment->getParent()); in RecordX86Relocation()