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