Lines Matching defs:FixedValue
165 uint64_t &FixedValue);
827 uint64_t &FixedValue) {
870 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant();
872 FixedValue = Target.getConstant();
888 FixedValue += Asm.getSymbolOffset(A);
889 // Technically, we should do the final adjustments of FixedValue (below)
894 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits;
900 FixedValue -= Reloc.Symb->Data.Value;
926 FixedValue += 4;
961 FixedValue = FixedValue + 4;
968 FixedValue = 0;
1185 uint64_t &FixedValue) {
1188 ObjWriter->recordRelocation(Asm, Fragment, Fixup, Target, FixedValue);