Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfoEntry.cpp711 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic() local
715 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
716 dwarf_decl_ctx.AppendDeclContext(tag, die->GetName(cu)); in GetDWARFDeclContextStatic()
719 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
722 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
DSymbolFileDWARF.cpp2815 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
2818 const uint32_t dwarf_decl_ctx_count = dwarf_decl_ctx.GetSize(); in FindDefinitionTypeForDWARFDeclContext()
2820 const ConstString type_name(dwarf_decl_ctx[0].name); in FindDefinitionTypeForDWARFDeclContext()
2821 const dw_tag_t tag = dwarf_decl_ctx[0].tag; in FindDefinitionTypeForDWARFDeclContext()
2831 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2832 dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionTypeForDWARFDeclContext()
2838 const LanguageType language = dwarf_decl_ctx.GetLanguage(); in FindDefinitionTypeForDWARFDeclContext()
2852 m_index->GetTypes(dwarf_decl_ctx, [&](DWARFDIE type_die) { in FindDefinitionTypeForDWARFDeclContext()
2899 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2900 dwarf_decl_ctx.GetQualifiedName(), type_die.GetOffset(), in FindDefinitionTypeForDWARFDeclContext()
[all …]