Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp77 llvm::Expected<DWARFUnitSP> unit_sp = DWARFUnit::extract( in ParseUnitsFor()
127 const DWARFUnitSP &rhs) { in FindUnitIndex()
H A DDWARFDebugInfo.h60 typedef std::vector<DWARFUnitSP> UnitColl;
H A DDWARFUnit.h25 typedef std::shared_ptr<DWARFUnit> DWARFUnitSP; typedef
85 static llvm::Expected<DWARFUnitSP>
H A DDWARFUnit.cpp895 llvm::Expected<DWARFUnitSP>
926 return DWARFUnitSP(new DWARFTypeUnit(dwarf, uid, *expected_header, *abbrevs, in extract()
928 return DWARFUnitSP(new DWARFCompileUnit(dwarf, uid, *expected_header, in extract()