Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp1879 const DWARFDebugInfoEntry *parent_decl_ctx_die = GetParentDeclContextDIE (dwarf2Data, cu); in GetDeclContextDIEs() local
1880 if (parent_decl_ctx_die && parent_decl_ctx_die != this) in GetDeclContextDIEs()
1882 decl_context_dies.Append(parent_decl_ctx_die); in GetDeclContextDIEs()
1883 parent_decl_ctx_die->GetDeclContextDIEs (dwarf2Data, cu, decl_context_dies); in GetDeclContextDIEs()
1896 const DWARFDebugInfoEntry *parent_decl_ctx_die = GetParentDeclContextDIE (dwarf2Data, cu); in GetDWARFDeclContext() local
1897 if (parent_decl_ctx_die && parent_decl_ctx_die != this) in GetDWARFDeclContext()
1899 if (parent_decl_ctx_die->Tag() != DW_TAG_compile_unit) in GetDWARFDeclContext()
1900 parent_decl_ctx_die->GetDWARFDeclContext (dwarf2Data, cu, dwarf_decl_ctx); in GetDWARFDeclContext()
2007 const DWARFDebugInfoEntry *parent_decl_ctx_die = GetParentDeclContextDIE (dwarf2Data, cu); in GetQualifiedName() local
2010 while (parent_decl_ctx_die) in GetQualifiedName()
[all …]