Home
last modified time | relevance | path

Searched refs:FindDefinitionTypeForDWARFDeclContext (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp107 lldb::TypeSP SymbolFileDWARFDwo::FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext() function in SymbolFileDWARFDwo
109 return GetBaseSymbolFile().FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext()
H A DSymbolFileDWARFDwo.h56 lldb::TypeSP FindDefinitionTypeForDWARFDeclContext(
H A DSymbolFileDWARFDebugMap.h266 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
H A DSymbolFileDWARF.h400 FindDefinitionTypeForDWARFDeclContext(const DWARFDeclContext &die_decl_ctx);
H A DSymbolFileDWARFDebugMap.cpp1088 TypeSP SymbolFileDWARFDebugMap::FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext() function in SymbolFileDWARFDebugMap
1092 type_sp = oso_dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in FindDefinitionTypeForDWARFDeclContext()
H A DDWARFASTParserClang.cpp787 type_sp = dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in ParseEnum()
794 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseEnum()
1553 type_sp = dwarf->FindDefinitionTypeForDWARFDeclContext(die_decl_ctx); in ParseStructureLikeDIE()
1560 type_sp = debug_map_symfile->FindDefinitionTypeForDWARFDeclContext( in ParseStructureLikeDIE()
H A DSymbolFileDWARF.cpp2757 TypeSP SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext( in FindDefinitionTypeForDWARFDeclContext() function in SymbolFileDWARF