Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDwo.cpp108 SymbolFileDWARFDwo::GetForwardDeclCompilerTypeToDIE() { in GetForwardDeclCompilerTypeToDIE() function in SymbolFileDWARFDwo
109 return GetBaseSymbolFile().GetForwardDeclCompilerTypeToDIE(); in GetForwardDeclCompilerTypeToDIE()
H A DSymbolFileDWARFDwo.h66 CompilerTypeToDIE &GetForwardDeclCompilerTypeToDIE() override;
H A DSymbolFileDWARF.h336 virtual CompilerTypeToDIE &GetForwardDeclCompilerTypeToDIE() { in GetForwardDeclCompilerTypeToDIE() function
H A DSymbolFileDWARF.cpp1598 if (GetForwardDeclCompilerTypeToDIE().count( in HasForwardDeclForCompilerType()
1626 auto die_it = GetForwardDeclCompilerTypeToDIE().find( in CompleteType()
1628 if (die_it == GetForwardDeclCompilerTypeToDIE().end()) { in CompleteType()
1639 GetForwardDeclCompilerTypeToDIE().erase(die_it); in CompleteType()
H A DDWARFASTParserClang.cpp1920 assert(!dwarf->GetForwardDeclCompilerTypeToDIE().count( in ParseStructureLikeDIE()
1929 dwarf->GetForwardDeclCompilerTypeToDIE().try_emplace( in ParseStructureLikeDIE()