Searched refs:RelocAdjustment (Results 1 – 4 of 4) sorted by relevance
38 int64_t RelocAdjustment = 0; member43 : 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()2016 CurExpression.Range->LowPC + CurLocAttr.RelocAdjustment, in generateUnitLocations()2017 CurExpression.Range->HighPC + CurLocAttr.RelocAdjustment}; in generateUnitLocations()2023 CurLocAttr.RelocAdjustment); in generateUnitLocations()[all …]