Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp100 DWARFUnitSP unit_sp = *expected_unit_sp; in ParseUnitsFor() local
103 assert((bool)unit_sp); in ParseUnitsFor()
109 if (unit_sp->GetUnitType() == lldb_private::dwarf::DW_UT_skeleton) { in ParseUnitsFor()
110 if (std::optional<uint64_t> unit_dwo_id = unit_sp->GetHeaderDWOId()) in ParseUnitsFor()
111 m_dwarf5_dwo_id_to_skeleton_unit[*unit_dwo_id] = unit_sp.get(); in ParseUnitsFor()
114 m_units.push_back(unit_sp); in ParseUnitsFor()
115 offset = unit_sp->GetNextUnitOffset(); in ParseUnitsFor()
117 if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp.get())) { in ParseUnitsFor()
119 unit_sp->GetID()); in ParseUnitsFor()