Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp718 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic() local
722 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
723 dwarf_decl_ctx.AppendDeclContext(tag, die->GetName(cu)); in GetDWARFDeclContextStatic()
726 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
729 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
H A DSymbolFileDWARF.cpp2853 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
2858 const ConstString type_name(dwarf_decl_ctx[0].name); in FindDefinitionTypeForDWARFDeclContext()
2859 const dw_tag_t tag = dwarf_decl_ctx[0].tag; in FindDefinitionTypeForDWARFDeclContext()
2868 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2869 dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionTypeForDWARFDeclContext()
2935 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2950 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2956 if (dwarf_decl_ctx != type_dwarf_decl_ctx) in FindDefinitionTypeForDWARFDeclContext()
4071 DWARFDeclContext dwarf_decl_ctx = in GetDWARFDeclContext() local
4073 dwarf_decl_ctx.SetLanguage(GetLanguage(*die.GetCU())); in GetDWARFDeclContext()
[all …]