Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h126 class DWARFDebugLoclists final : public DWARFLocationTable {
128 DWARFDebugLoclists(DWARFDataExtractor Data, uint16_t Version) in DWARFDebugLoclists() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp276 Error DWARFDebugLoclists::visitLocationList( in visitLocationList()
343 void DWARFDebugLoclists::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()
389 void DWARFDebugLoclists::dumpRange(uint64_t StartOffset, uint64_t Size, in dumpRange()
H A DDWARFUnit.cpp571 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion()); in tryExtractDIEsIfNeeded()
574 LocTable = std::make_unique<DWARFDebugLoclists>( in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp329 DWARFDebugLoclists Loc(Data, Header.getVersion()); in dumpLoclistsSection()
449 DWARFDebugLoclists Loc(Data, /*Version=*/4); in dump()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp500 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable()