Home
last modified time | relevance | path

Searched refs:DWARFDebugLoclists (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h122 class DWARFDebugLoclists final : public DWARFLocationTable {
124 DWARFDebugLoclists(DWARFDataExtractor Data, uint16_t Version) in DWARFDebugLoclists() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp274 Error DWARFDebugLoclists::visitLocationList( in visitLocationList()
341 void DWARFDebugLoclists::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
387 void DWARFDebugLoclists::dumpRange(uint64_t StartOffset, uint64_t Size, in dumpRange()
H A DDWARFUnit.cpp499 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion()); in tryExtractDIEsIfNeeded()
502 LocTable = std::make_unique<DWARFDebugLoclists>( in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp323 DWARFDebugLoclists Loc(Data, Header.getVersion()); in dumpLoclistsSection()
443 DWARFDebugLoclists Loc(Data, /*Version=*/4); in dump()