Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp76 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor()
126 const DWARFUnitSP &rhs) { in FindUnitIndex()
H A DDWARFDebugInfo.h58 typedef std::vector<DWARFUnitSP> UnitColl;
H A DDWARFUnit.h26 typedef std::shared_ptr<DWARFUnit> DWARFUnitSP; typedef
88 static llvm::Expected<DWARFUnitSP>
H A DDWARFUnit.cpp942 llvm::Expected<DWARFUnitSP>
973 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
975 return DWARFUnitSP(new DWARFCompileUnit(dwarf, uid, *expected_header, in extract()