Home
last modified time | relevance | path

Searched refs:getLoclistOffset (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp83 if (auto LoclistOffset = U->getLoclistOffset(Offset)) in dumpLocationList()
418 if (auto LoclistOffset = U->getLoclistOffset(Offset)) in getLocations()
H A DDWARFUnit.cpp1219 std::optional<uint64_t> DWARFUnit::getLoclistOffset(uint32_t Index) { in getLoclistOffset() function in DWARFUnit
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h478 std::optional<uint64_t> getLoclistOffset(uint32_t Index);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1019 std::optional<uint64_t> LoclistOffset = U->getLoclistOffset(Offset); in processLocationList()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1502 Unit.getOrigUnit().getLoclistOffset(*Index); in cloneScalarAttribute()