Searched refs:CompleteTypeIndices (Results 1 – 2 of 2) sorted by relevance
289 DenseMap<const DICompositeType *, codeview::TypeIndex> CompleteTypeIndices; variable
2337 CompleteTypeIndices.clear(); in clear()2439 auto I = CompleteTypeIndices.find(Ty); in lowerTypeClass()2440 if (I != CompleteTypeIndices.end() && I->second == TypeIndex()) in lowerTypeClass()2779 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex()2800 CompleteTypeIndices[CTy] = TI; in getCompleteTypeIndex()