Searched refs:dwarf_decl_ctx (Results 1 – 2 of 2) sorted by relevance
718 DWARFDeclContext dwarf_decl_ctx; in GetDWARFDeclContextStatic() local722 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()
2853 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument2858 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() local4073 dwarf_decl_ctx.SetLanguage(GetLanguage(*die.GetCU())); in GetDWARFDeclContext()[all …]