Lines Matching refs:FixedValue
170 MCValue Target, uint64_t &FixedValue);
237 MCValue Target, uint64_t &FixedValue) override;
860 uint64_t &FixedValue) { in recordRelocation() argument
903 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation()
905 FixedValue = Target.getConstant(); in recordRelocation()
921 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
927 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation()
933 FixedValue -= Reloc.Symb->Data.Value; in recordRelocation()
959 FixedValue += 4; in recordRelocation()
994 FixedValue = FixedValue + 4; in recordRelocation()
1001 FixedValue = 0; in recordRelocation()
1233 uint64_t &FixedValue) { in recordRelocation() argument
1236 ObjWriter->recordRelocation(Asm, Layout, Fragment, Fixup, Target, FixedValue); in recordRelocation()