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

Overridden By

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
   93 SymbolFileDWARF::DIEToTypePtr &SymbolFileDWARFDwo::GetDIEToType() {

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  195   dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
  390   Type *type_ptr = dwarf->GetDIEToType().lookup(die.GetDIE());
  396   dwarf->GetDIEToType()[die.GetDIE()] = DIE_IS_BEING_PARSED;
  403       dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
  631     dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
  679         dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
  895                 type_ptr = dwarf->GetDIEToType()[die.GetDIE()];
 1051                   dwarf->GetDIEToType()[die.GetDIE()] = NULL;
 1061                   type_ptr = dwarf->GetDIEToType()[die.GetDIE()];
 1307   dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
 1347         dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
 1423         dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
 1480       dwarf->GetDIEToType()[die.GetDIE()] = type_sp.get();
 2427       Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE());
 3758           dst_die.GetDWARF()->GetDIEToType()[src_die.GetDIE()];
 3765         dst_die.GetDWARF()->GetDIEToType()[dst_die.GetDIE()] = src_child_type;
 3802               dst_die.GetDWARF()->GetDIEToType()[src_die.GetDIE()];
 3809             dst_die.GetDWARF()->GetDIEToType()[dst_die.GetDIE()] =
 3857             dst_die.GetDWARF()->GetDIEToType()[src_die.GetDIE()];
 3864           dst_die.GetDWARF()->GetDIEToType()[dst_die.GetDIE()] = src_child_type;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1434     Type *type = GetDIEToType().lookup(dwarf_die.GetDIE());
 2553     Type *type_ptr = GetDIEToType().lookup(die.GetDIE());
 2731                 GetDIEToType()[die.GetDIE()] = resolved_type;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
   94   return GetBaseSymbolFile().GetDIEToType();