Lines Matching refs:FixedValue
165 uint64_t &FixedValue);
827 uint64_t &FixedValue) { in recordRelocation() argument
870 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation()
872 FixedValue = Target.getConstant(); in recordRelocation()
888 FixedValue += Asm.getSymbolOffset(A); in recordRelocation()
894 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation()
900 FixedValue -= Reloc.Symb->Data.Value; in recordRelocation()
926 FixedValue += 4; in recordRelocation()
961 FixedValue = FixedValue + 4; in recordRelocation()
968 FixedValue = 0; in recordRelocation()
1185 uint64_t &FixedValue) { in recordRelocation() argument
1188 ObjWriter->recordRelocation(Asm, Fragment, Fixup, Target, FixedValue); in recordRelocation()