Home
last modified time | relevance | path

Searched refs:RelocAdjustment (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DAddressesMap.h151 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local
155 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
164 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local
169 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.cpp777 std::optional<int64_t> RelocAdjustment; in isLiveSubprogramEntry() local
785 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()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h38 int64_t RelocAdjustment = 0; member
43 : I(I), RelocAdjustment(Reloc) {} in PatchLocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp465 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local
469 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
478 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local
483 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
555 std::optional<int64_t> RelocAdjustment = in shouldKeepSubprogramDIE() local
557 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 …]