Searched refs:CompleteTypeIndices (Results 1 – 2 of 2) sorted by relevance
294 DenseMap<const DICompositeType *, codeview::TypeIndex> CompleteTypeIndices; variable
2351 CompleteTypeIndices.clear(); in clear()2453 auto I = CompleteTypeIndices.find(Ty); in lowerTypeClass()2454 if (I != CompleteTypeIndices.end() && I->second == TypeIndex()) in lowerTypeClass()2793 auto InsertResult = CompleteTypeIndices.try_emplace(CTy); in getCompleteTypeIndex()2814 CompleteTypeIndices[CTy] = TI; in getCompleteTypeIndex()