reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   80     if (!unit_sp) {
   82       llvm::consumeError(unit_sp.takeError());
   87     assert(*unit_sp);
   88     m_units.push_back(*unit_sp);
   89     offset = (*unit_sp)->GetNextUnitOffset();
   91     if (auto *type_unit = llvm::dyn_cast<DWARFTypeUnit>(unit_sp->get())) {
   93                                              unit_sp.get()->GetID());