Lines Matching defs:FixedValue
844   uint64_t FixedValue;
847   if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) {
852                                  FixedValue);
854   return std::make_pair(FixedValue, IsPCRel);
918           uint64_t FixedValue;
920           std::tie(FixedValue, IsPCRel) = handleFixup(Layout, *F, Fixup);
922                                   F->getContents().size(), FixedValue, IsPCRel);