Home
last modified time | relevance | path

Searched refs:parent_decl_ctx_die (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp717 DWARFDIE parent_decl_ctx_die = die->GetParentDeclContextDIE(cu); in GetDWARFDeclContextStatic() local
718 if (!parent_decl_ctx_die || parent_decl_ctx_die.GetDIE() == die) in GetDWARFDeclContextStatic()
720 if (parent_decl_ctx_die.Tag() == DW_TAG_compile_unit || in GetDWARFDeclContextStatic()
721 parent_decl_ctx_die.Tag() == DW_TAG_partial_unit) in GetDWARFDeclContextStatic()
723 die = parent_decl_ctx_die.GetDIE(); in GetDWARFDeclContextStatic()
724 cu = parent_decl_ctx_die.GetCU(); in GetDWARFDeclContextStatic()
797 DWARFDIE parent_decl_ctx_die = GetParentDeclContextDIE(cu); in GetQualifiedName() local
800 while (parent_decl_ctx_die) { in GetQualifiedName()
801 const dw_tag_t parent_tag = parent_decl_ctx_die.Tag(); in GetQualifiedName()
804 const char *namespace_name = parent_decl_ctx_die.GetName(); in GetQualifiedName()
[all …]