Searched refs:RelocAdjustment (Results 1 – 4 of 4) 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()
777 std::optional<int64_t> RelocAdjustment; in isLiveSubprogramEntry() local785 RelocAdjustment = in isLiveSubprogramEntry()788 if (!RelocAdjustment) in isLiveSubprogramEntry()819 Entry.CU->addLabelLowPc(*LowPc, *RelocAdjustment); in isLiveSubprogramEntry()835 Entry.CU->addFunctionRange(*LowPc, *HighPc, *RelocAdjustment); in isLiveSubprogramEntry()
38 int64_t RelocAdjustment = 0; member43 : I(I), RelocAdjustment(Reloc) {} in PatchLocation()
465 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local469 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()478 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local483 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()555 std::optional<int64_t> RelocAdjustment = in shouldKeepSubprogramDIE() local557 if (!RelocAdjustment) in shouldKeepSubprogramDIE()560 MyInfo.AddrAdjust = *RelocAdjustment; in shouldKeepSubprogramDIE()1999 CurExpression.Range->LowPC + CurLocAttr.RelocAdjustment, in generateUnitLocations()2000 CurExpression.Range->HighPC + CurLocAttr.RelocAdjustment}; in generateUnitLocations()2006 CurLocAttr.RelocAdjustment); in generateUnitLocations()[all …]