Home
last modified time | relevance | path

Searched refs:die_decl_ctx (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDwo.cpp124 const DWARFDeclContext &die_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
126 die_decl_ctx); in FindDefinitionTypeForDWARFDeclContext()
HDSymbolFileDWARFDwo.h66 const DWARFDeclContext &die_decl_ctx) override;
HDDWARFASTParserClang.cpp729 DWARFDeclContext die_decl_ctx; in ParseEnum() local
730 die.GetDWARFDeclContext(die_decl_ctx); in ParseEnum()
732 type_sp = dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in ParseEnum()
740 die_decl_ctx); in ParseEnum()
1518 DWARFDeclContext die_decl_ctx; in ParseStructureLikeDIE() local
1519 die.GetDWARFDeclContext(die_decl_ctx); in ParseStructureLikeDIE()
1523 type_sp = dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in ParseStructureLikeDIE()
1531 die_decl_ctx); in ParseStructureLikeDIE()
HDSymbolFileDWARFDebugMap.h269 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
HDSymbolFileDWARF.h387 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
HDSymbolFileDWARFDebugMap.cpp1085 const DWARFDeclContext &die_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
1088 type_sp = oso_dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in FindDefinitionTypeForDWARFDeclContext()