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

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();
  692         &m_ast, dwarf->GetForwardDeclDieToClangType().lookup(die.GetDIE()));
  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();
 1491       &m_ast, dwarf->GetForwardDeclDieToClangType().lookup(die.GetDIE()));
 1656       dwarf->GetForwardDeclDieToClangType()[die.GetDIE()] =
 2427       Type *func_type = dwarf->GetDIEToType().lookup(die.GetDIE());
 3325   DIEToDeclMap::iterator cache_pos = m_die_to_decl.find(die.GetDIE());
 3331     m_die_to_decl[die.GetDIE()] = decl;
 3332     m_decl_to_die[decl].insert(die.GetDIE());
 3339     m_die_to_decl[die.GetDIE()] = decl;
 3340     m_decl_to_die[decl].insert(die.GetDIE());
 3402   m_die_to_decl[die.GetDIE()] = decl;
 3403   m_decl_to_die[decl].insert(die.GetDIE());
 3517         llvm::cast_or_null<clang::BlockDecl>(m_die_to_decl_ctx[die.GetDIE()]);
 3540         static_cast<clang::NamespaceDecl *>(m_die_to_decl_ctx[die.GetDIE()]);
 3604     DIEToDeclContextMap::iterator pos = m_die_to_decl_ctx.find(die.GetDIE());
 3613   m_die_to_decl_ctx[die.GetDIE()] = decl_ctx;
 3744           src_dwarf_ast_parser->m_die_to_decl_ctx[src_die.GetDIE()];
 3758           dst_die.GetDWARF()->GetDIEToType()[src_die.GetDIE()];
 3765         dst_die.GetDWARF()->GetDIEToType()[dst_die.GetDIE()] = src_child_type;
 3788               src_dwarf_ast_parser->m_die_to_decl_ctx[src_die.GetDIE()];
 3802               dst_die.GetDWARF()->GetDIEToType()[src_die.GetDIE()];
 3809             dst_die.GetDWARF()->GetDIEToType()[dst_die.GetDIE()] =
 3843             src_dwarf_ast_parser->m_die_to_decl_ctx[src_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/DWARFBaseDIE.cpp
  142   return lhs.GetDIE() == rhs.GetDIE() && lhs.GetCU() == rhs.GetCU();
  142   return lhs.GetDIE() == rhs.GetDIE() && lhs.GetCU() == rhs.GetCU();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  193   if (GetDIE()->IsNULL()) {
  197   const char *name = GetDIE()->GetAttributeValueAsString(GetCU(), DW_AT_name, nullptr, true);
  211   if (GetDIE()->IsNULL()) {
  328   while (parent.IsValid() && parent.GetDIE() != GetDIE()) {
  328   while (parent.IsValid() && parent.GetDIE() != GetDIE()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  388         die.GetDIE()->GetDIENamesAndRanges(die.GetCU(), name, mangled, ranges,
  632         dw_offset_t die_offset = die.GetDIE()->GetAttributeValue(
  642         dw_offset_t die_offset = die.GetDIE()->GetAttributeValue(
  665   return dwo_cu_die.GetDIE()->GetAttributeValue(
  896     if (parent_decl_ctx_die && parent_decl_ctx_die.GetDIE() != this) {
  899         parent_decl_ctx_die.GetDIE()->GetDWARFDeclContext(
  921     if (die.GetDIE() != this) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
  238     if (seen.insert(die.GetDIE()).second)
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 1434     Type *type = GetDIEToType().lookup(dwarf_die.GetDIE());
 2284     if (resolved_dies.insert(die.GetDIE()).second)
 2331     if (resolved_dies.insert(die.GetDIE()).second)
 2553     Type *type_ptr = GetDIEToType().lookup(die.GetDIE());
 2562       const DWARFDebugInfoEntry *parent_die = die.GetParent().GetDIE();
 2731                 GetDIEToType()[die.GetDIE()] = resolved_type;
 3143   var_sp = GetDIEToVariable()[die.GetDIE()];
 3513     GetDIEToVariable()[die.GetDIE()] = var_sp;
 3515       GetDIEToVariable()[spec_die.GetDIE()] = var_sp;
 3581     VariableSP var_sp = GetDIEToVariable()[die.GetDIE()];