Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/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/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()
2016 CurExpression.Range->LowPC + CurLocAttr.RelocAdjustment, in generateUnitLocations()
2017 CurExpression.Range->HighPC + CurLocAttr.RelocAdjustment}; in generateUnitLocations()
2023 CurLocAttr.RelocAdjustment); in generateUnitLocations()
[all …]