Lines Matching defs:FixedValue
164 uint64_t &FixedValue);
839 uint64_t &FixedValue) {
882 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant();
884 FixedValue = Target.getConstant();
900 FixedValue += Asm.getSymbolOffset(A);
901 // Technically, we should do the final adjustments of FixedValue (below)
906 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits;
912 FixedValue -= Reloc.Symb->Data.Value;
938 FixedValue += 4;
973 FixedValue = FixedValue + 4;
980 FixedValue = 0;
1202 uint64_t &FixedValue) {
1205 ObjWriter->recordRelocation(Asm, Fragment, Fixup, Target, FixedValue);