Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h219 std::unique_ptr<DWARFLocationTable> LocTable; variable
354 const DWARFLocationTable &getLocationTable() { return *LocTable; } in getLocationTable()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp570 LocTable = in tryExtractDIEsIfNeeded()
574 LocTable = std::make_unique<DWARFDebugLoclists>( in tryExtractDIEsIfNeeded()
580 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
1137 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()