Home
last modified time | relevance | path

Searched refs:CompleteTypeIndices (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h255 DenseMap<const DICompositeType *, codeview::TypeIndex> CompleteTypeIndices; variable
H A DCodeViewDebug.cpp2177 CompleteTypeIndices.clear(); in clear()
2278 auto I = CompleteTypeIndices.find(Ty); in lowerTypeClass()
2279 if (I != CompleteTypeIndices.end() && I->second == TypeIndex()) in lowerTypeClass()
2618 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex()
2639 CompleteTypeIndices[CTy] = TI; in getCompleteTypeIndex()