Searched refs:dwarf_decl_ctx (Results 1 – 5 of 5) sorted by relevance
336 void DWARFDIE::GetDWARFDeclContext(DWARFDeclContext &dwarf_decl_ctx) const { in GetDWARFDeclContext()338 dwarf_decl_ctx.SetLanguage(GetLanguage()); in GetDWARFDeclContext()339 m_die->GetDWARFDeclContext(GetCU(), dwarf_decl_ctx); in GetDWARFDeclContext()341 dwarf_decl_ctx.Clear(); in GetDWARFDeclContext()
73 void GetDWARFDeclContext(DWARFDeclContext &dwarf_decl_ctx) const;
2913 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument2916 const uint32_t dwarf_decl_ctx_count = dwarf_decl_ctx.GetSize(); in FindDefinitionTypeForDWARFDeclContext()2918 const ConstString type_name(dwarf_decl_ctx[0].name); in FindDefinitionTypeForDWARFDeclContext()2919 const dw_tag_t tag = dwarf_decl_ctx[0].tag; in FindDefinitionTypeForDWARFDeclContext()2929 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()2930 dwarf_decl_ctx.GetQualifiedName()); in FindDefinitionTypeForDWARFDeclContext()2934 m_index->GetTypes(dwarf_decl_ctx, die_offsets); in FindDefinitionTypeForDWARFDeclContext()2940 const LanguageType language = dwarf_decl_ctx.GetLanguage(); in FindDefinitionTypeForDWARFDeclContext()3006 DW_TAG_value_to_name(dwarf_decl_ctx[0].tag), in FindDefinitionTypeForDWARFDeclContext()3007 dwarf_decl_ctx.GetQualifiedName(), type_die.GetOffset(), in FindDefinitionTypeForDWARFDeclContext()[all …]
166 DWARFDeclContext &dwarf_decl_ctx) const;
872 DWARFUnit *cu, DWARFDeclContext &dwarf_decl_ctx) const { in GetDWARFDeclContext()875 dwarf_decl_ctx.AppendDeclContext(tag, GetName(cu)); in GetDWARFDeclContext()881 parent_decl_ctx_die.GetCU(), dwarf_decl_ctx); in GetDWARFDeclContext()