Home
last modified time | relevance | path

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

/freebsd/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()
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h39 int64_t RelocAdjustment = 0; member
44 : I(I), RelocAdjustment(Reloc) {} in PatchLocation()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp476 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local
480 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
489 if (std::optional<int64_t> RelocAdjustment = in getVariableRelocAdjustment() local
494 return std::make_pair(HasLocationAddress, *RelocAdjustment); in getVariableRelocAdjustment()
566 std::optional<int64_t> RelocAdjustment = in shouldKeepSubprogramDIE() local
568 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 …]