Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp498 LocTable = in tryExtractDIEsIfNeeded()
502 LocTable = std::make_unique<DWARFDebugLoclists>( in tryExtractDIEsIfNeeded()
508 LocTable = std::make_unique<DWARFDebugLoc>(DWARFDataExtractor( in tryExtractDIEsIfNeeded()
953 LocTable->getData(), LocSectionBase, getFormat(), Index)) in getLoclistOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h215 std::unique_ptr<DWARFLocationTable> LocTable; variable
335 const DWARFLocationTable &getLocationTable() { return *LocTable; } in getLocationTable()