Searched refs:DWARFDebugLoclists (Results 1 – 5 of 5) sorted by relevance
126 class LLVM_ABI DWARFDebugLoclists final : public DWARFLocationTable {128 DWARFDebugLoclists(DWARFDataExtractor Data, uint16_t Version) in DWARFDebugLoclists() function
275 Error DWARFDebugLoclists::visitLocationList( in visitLocationList()342 void DWARFDebugLoclists::dumpRawEntry(const DWARFLocationEntry &Entry, in dumpRawEntry()388 void DWARFDebugLoclists::dumpRange(uint64_t StartOffset, uint64_t Size, in dumpRange()
583 std::make_unique<DWARFDebugLoclists>(DWARFData, Header.getVersion()); in tryExtractDIEsIfNeeded()586 LocTable = std::make_unique<DWARFDebugLoclists>( in tryExtractDIEsIfNeeded()
962 DWARFDebugLoclists Loc(Data, Header.getVersion()); in dumpLoclistsSection()1090 DWARFDebugLoclists Loc(Data, /*Version=*/4); in dump()
531 return std::make_unique<llvm::DWARFDebugLoclists>(llvm_data, GetVersion()); in GetLocationTable()