Searched refs:GetForwardDeclCompilerTypeToDIE (Results 1 – 5 of 5) sorted by relevance
108 SymbolFileDWARFDwo::GetForwardDeclCompilerTypeToDIE() { in GetForwardDeclCompilerTypeToDIE() function in SymbolFileDWARFDwo109 return GetBaseSymbolFile().GetForwardDeclCompilerTypeToDIE(); in GetForwardDeclCompilerTypeToDIE()
66 CompilerTypeToDIE &GetForwardDeclCompilerTypeToDIE() override;
336 virtual CompilerTypeToDIE &GetForwardDeclCompilerTypeToDIE() { in GetForwardDeclCompilerTypeToDIE() function
1598 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()
1920 assert(!dwarf->GetForwardDeclCompilerTypeToDIE().count( in ParseStructureLikeDIE()1929 dwarf->GetForwardDeclCompilerTypeToDIE().try_emplace( in ParseStructureLikeDIE()