Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLoc.h124 class DWARFDebugLoclists final : public DWARFLocationTable {
126 DWARFDebugLoclists(DWARFDataExtractor Data, uint16_t Version) in DWARFDebugLoclists() function
/freebsd/contrib/llvm-project/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.cpp584 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion()); in tryExtractDIEsIfNeeded()
587 LocTable = std::make_unique<DWARFDebugLoclists>( in tryExtractDIEsIfNeeded()
H A DDWARFContext.cpp966 DWARFDebugLoclists Loc(Data, Header.getVersion()); in dumpLoclistsSection()
1094 DWARFDebugLoclists Loc(Data, /*Version=*/4); in dump()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp528 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable()