Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp571 LocTable = in tryExtractDIEsIfNeeded()
575 LocTable = std::make_unique<DWARFDebugLoclists>( in tryExtractDIEsIfNeeded()
581 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
1201 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h218 std::unique_ptr<DWARFLocationTable> LocTable; variable
378 const DWARFLocationTable &getLocationTable() { return *LocTable; } in getLocationTable()