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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  268   DWARFDIE GetDIE(lldb::user_id_t uid);

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  681             GetCachedClangDeclContextForDIE(dwarf->GetDIE(type_sp->GetID()));
  881               DWARFDIE class_type_die = dwarf->GetDIE(class_type->GetID());
 1482           GetCachedClangDeclContextForDIE(dwarf->GetDIE(type_sp->GetID()));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1288   if (DWARFDIE die = GetDIE(type_uid))
 1301   if (DWARFDIE die = GetDIE(type_uid))
 1312   if (DWARFDIE die = GetDIE(type_uid))
 1322   if (DWARFDIE type_die = GetDIE(type_uid))
 1332   if (DWARFDIE type_die = GetDIE(type_uid))
 1426   DWARFDIE dwarf_die = GetDIE(die_it->getSecond());
 2356     DWARFDIE die = GetDIE(uid);
 3082       DWARFDIE function_die = GetDIE(sc.function->GetID());
 3625                         GetDIE(sc.function->GetID()),
 3794   DWARFDIE func_die = GetDIE(func_id.GetID());