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