Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp84 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor()
134 const DWARFUnitSP &rhs) { in FindUnitIndex()
H A DDWARFDebugInfo.h61 typedef std::vector<DWARFUnitSP> UnitColl;
H A DDWARFUnit.h30 typedef std::shared_ptr<DWARFUnit> DWARFUnitSP; typedef
94 static llvm::Expected<DWARFUnitSP>
H A DDWARFUnit.cpp983 llvm::Expected<DWARFUnitSP>
1037 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
1039 return DWARFUnitSP(new DWARFCompileUnit(dwarf, uid, *expected_header, in extract()