Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.cpp717 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic() local
721 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
722 dwarf_decl_ctx.AppendDeclContext(tag, die->GetName(cu)); in GetDWARFDeclContextStatic()
725 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
728 return dwarf_decl_ctx; in GetDWARFDeclContextStatic()
H A DSymbolFileDWARF.cpp2758 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
2763 const ConstString type_name(dwarf_decl_ctx[0].name); in FindDefinitionTypeForDWARFDeclContext()
2764 const dw_tag_t tag = dwarf_decl_ctx[0].tag; in FindDefinitionTypeForDWARFDeclContext()
2774 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2775 dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionTypeForDWARFDeclContext()
2842 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2857 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()
2863 if (dwarf_decl_ctx != type_dwarf_decl_ctx) in FindDefinitionTypeForDWARFDeclContext()
3863 DWARFDeclContext dwarf_decl_ctx = in GetDWARFDeclContext() local
3865 dwarf_decl_ctx.SetLanguage(GetLanguage(*die.GetCU())); in GetDWARFDeclContext()
[all …]