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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
   44   DWARFUnit *GetUnitAtIndex(lldb::user_id_t idx);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   59     DWARFUnit *cu = GetUnitAtIndex(idx);
  141   DWARFUnit *result = GetUnitAtIndex(idx);
  159   DWARFUnit *result = GetUnitAtIndex(idx);
  170   return llvm::cast<DWARFTypeUnit>(GetUnitAtIndex(pos->second));
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  367     DWARFUnit *unit = m_dwo_symbol_file->DebugInfo()->GetUnitAtIndex(i);
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
   37     DWARFUnit *unit = debug_info.GetUnitAtIndex(U);
  110       IndexUnitImpl(*dwo_info.GetUnitAtIndex(i), cu_language, set);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  361         dwarf_cu = info->GetUnitAtIndex(cu_idx);
  652     DWARFUnit *dwarf_cu = info->GetUnitAtIndex(comp_unit->GetID());
  754     if (auto *cu = llvm::dyn_cast<DWARFCompileUnit>(info->GetUnitAtIndex(i))) {
  787             info->GetUnitAtIndex(*dwarf_idx)))
 1523         ->GetUnitAtIndex(*die_ref.dwo_num())
 1602     DWARFUnit *dwarf_cu = debug_info->GetUnitAtIndex(cu_idx);
 2345     DWARFUnit *cu = info->GetUnitAtIndex(i);
 2663         DWARFUnit *dwarf_cu = debug_info->GetUnitAtIndex(cu_idx);
 3095       DWARFUnit *dwarf_cu = info->GetUnitAtIndex(sc.comp_unit->GetID());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
   72     return llvm::cast<DWARFCompileUnit>(debug_info->GetUnitAtIndex(0));
   79             llvm::dyn_cast<DWARFCompileUnit>(debug_info->GetUnitAtIndex(i))) {