Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDIE.cpp336 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()
HDDWARFDIE.h73 void GetDWARFDeclContext(DWARFDeclContext &dwarf_decl_ctx) const;
HDSymbolFileDWARF.cpp2913 const DWARFDeclContext &dwarf_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
2916 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 …]
HDDWARFDebugInfoEntry.h166 DWARFDeclContext &dwarf_decl_ctx) const;
HDDWARFDebugInfoEntry.cpp872 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()