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