Home | History | Annotate | Download | only in MC

Lines Matching defs:FixedValue

718   uint64_t FixedValue;
720 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue,
737 FixedValue);
741 FixedValue);
744 FixedValue);
747 return std::make_tuple(Target, FixedValue, IsResolved);
831 uint64_t FixedValue;
834 std::tie(Target, FixedValue, IsResolved) =
836 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue,