Home
last modified time | relevance | path

Searched refs:LocTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp560 LocTable = in tryExtractDIEsIfNeeded()
564 LocTable = std::make_unique<DWARFDebugLoclists>( in tryExtractDIEsIfNeeded()
570 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
1198 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h223 std::unique_ptr<DWARFLocationTable> LocTable; variable
394 const DWARFLocationTable &getLocationTable() { return *LocTable; } in getLocationTable()