Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp83 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor()
133 const DWARFUnitSP &rhs) { in FindUnitIndex()
DDWARFDebugInfo.h60 typedef std::vector<DWARFUnitSP> UnitColl;
DDWARFUnit.h25 typedef std::shared_ptr<DWARFUnit> DWARFUnitSP; typedef
83 static llvm::Expected<DWARFUnitSP>
DDWARFUnit.cpp851 llvm::Expected<DWARFUnitSP>
883 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
885 return DWARFUnitSP(new DWARFCompileUnit(dwarf, uid, *expected_header, in extract()