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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
   99   const char *GetName() const;

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  386         die.GetTagAsCString(), die.GetName());
  569                   die.GetOffset(), die.GetTagAsCString(), die.GetName());
  581                   die.GetOffset(), die.GetTagAsCString(), die.GetName());
  592                   die.GetOffset(), die.GetTagAsCString(), die.GetName());
  606             if (const char *struct_name = encoding_die.GetName()) {
  614                       die.GetOffset(), die.GetTagAsCString(), die.GetName());
  756       const char *object_pointer_name_cstr = attrs.object_pointer.GetName();
 1764     if (const char *name = die.GetName()) {
 2054                                     die.GetName(),
 2863                       parent_die.GetOffset(), parent_die.GetName(),
 2871                       parent_die.GetOffset(), parent_die.GetName(),
 2889                       parent_die.GetOffset(), parent_die.GetName(),
 3228                           var_die.GetName(), eNoDynamicValues, 0, var_sp,
 3352       const char *name = die.GetName();
 3544       const char *namespace_name = die.GetName();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  355     context.push_back({CompilerContextKind::Module, ConstString(GetName())});
  358     context.push_back({CompilerContextKind::Namespace, ConstString(GetName())});
  361     context.push_back({CompilerContextKind::Struct, ConstString(GetName())});
  364     context.push_back({CompilerContextKind::Union, ConstString(GetName())});
  367     context.push_back({CompilerContextKind::Class, ConstString(GetName())});
  370     context.push_back({CompilerContextKind::Enum, ConstString(GetName())});
  381     context.push_back({CompilerContextKind::Typedef, ConstString(GetName())});
  434       const char *module_name = dwo_module_die.GetName();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  977         const char *namespace_name = parent_decl_ctx_die.GetName();
  990         const char *class_union_struct_name = parent_decl_ctx_die.GetName();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
   51       ObjCLanguage::IsPossibleObjCMethodName(die.GetName())) {
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  708           FileSpec cu_file_spec(cu_die.GetName(), dwarf_cu.GetPathStyle());
 1349           die.GetOffset(), die.GetTagAsCString(), die.GetName());
 1367                 die.GetOffset(), die.GetTagAsCString(), die.GetName(),
 1463           die.GetOffset(), die.GetTagAsCString(), die.GetName());
 2811     const char *name1 = decl_ctx_die1.GetName();
 2812     const char *name2 = decl_ctx_die2.GetName();
tools/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
   40                 const char *parent_arg_die_name = parent_arg_die.GetName();
   46                   const char *parent_pos_die_name = parent_pos_die.GetName();