Searched refs:RelocAdjustment (Results 1 – 5 of 5) sorted by relevance
151 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local155 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()164 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local169 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
39 int64_t RelocAdjustment = 0; member44 : I(I), RelocAdjustment(Reloc) {} in PatchLocation()
476 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local480 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()489 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local494 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()566 std::optional<int64_t> RelocAdjustment = in shouldKeepSubprogramDIE() local568 if (!RelocAdjustment) in shouldKeepSubprogramDIE()571 MyInfo.AddrAdjust = *RelocAdjustment; in shouldKeepSubprogramDIE()2045 CurExpression.Range->LowPC + CurLocAttr.RelocAdjustment, in generateUnitLocations()2046 CurExpression.Range->HighPC + CurLocAttr.RelocAdjustment}; in generateUnitLocations()2052 CurLocAttr.RelocAdjustment); in generateUnitLocations()[all …]