Searched refs:dwarf_decl_ctx (Results 1 – 3 of 3) sorted by relevance
379 DWARFDeclContext &dwarf_decl_ctx) const;384 … const DWARFDeclContext &dwarf_decl_ctx) const;
1890 DWARFDeclContext &dwarf_decl_ctx) const in GetDWARFDeclContext()1895 dwarf_decl_ctx.AppendDeclContext(tag, GetName(dwarf2Data, cu)); in GetDWARFDeclContext()1900 parent_decl_ctx_die->GetDWARFDeclContext (dwarf2Data, cu, dwarf_decl_ctx); in GetDWARFDeclContext()1909 const DWARFDeclContext &dwarf_decl_ctx) const in MatchesDWARFDeclContext()1914 return this_dwarf_decl_ctx == dwarf_decl_ctx; in MatchesDWARFDeclContext()
5161 SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext (const DWARFDeclContext &dwarf_decl_ctx) in FindDefinitionTypeForDWARFDeclContext() argument5165 const uint32_t dwarf_decl_ctx_count = dwarf_decl_ctx.GetSize(); in FindDefinitionTypeForDWARFDeclContext()5168 const ConstString type_name(dwarf_decl_ctx[0].name); in FindDefinitionTypeForDWARFDeclContext()5169 const dw_tag_t tag = dwarf_decl_ctx[0].tag; in FindDefinitionTypeForDWARFDeclContext()5178 … DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()5179 dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionTypeForDWARFDeclContext()5192 const char *qualified_name = dwarf_decl_ctx.GetQualifiedName(); in FindDefinitionTypeForDWARFDeclContext()5275 … DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()5276 … dwarf_decl_ctx.GetQualifiedName(), in FindDefinitionTypeForDWARFDeclContext()5282 if (dwarf_decl_ctx == type_dwarf_decl_ctx) in FindDefinitionTypeForDWARFDeclContext()[all …]