Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDwo.cpp109 const DWARFDeclContext &die_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
111 die_decl_ctx); in FindDefinitionTypeForDWARFDeclContext()
DSymbolFileDWARFDwo.h57 const DWARFDeclContext &die_decl_ctx) override;
DSymbolFileDWARFDebugMap.h268 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
DDWARFASTParserClang.cpp786 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseEnum() local
788 type_sp = dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in ParseEnum()
796 die_decl_ctx); in ParseEnum()
1549 DWARFDeclContext die_decl_ctx = SymbolFileDWARF::GetDWARFDeclContext(die); in ParseStructureLikeDIE() local
1553 type_sp = dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in ParseStructureLikeDIE()
1561 die_decl_ctx); in ParseStructureLikeDIE()
DSymbolFileDWARF.h399 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
DSymbolFileDWARFDebugMap.cpp1092 const DWARFDeclContext &die_decl_ctx) { in FindDefinitionTypeForDWARFDeclContext() argument
1095 type_sp = oso_dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in FindDefinitionTypeForDWARFDeclContext()