Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h289 DenseMap<const DICompositeType *, codeview::TypeIndex> CompleteTypeIndices; variable
H A DCodeViewDebug.cpp2337 CompleteTypeIndices.clear(); in collectMemberInfo()
2439 auto I = CompleteTypeIndices.find(Ty); in lowerTypeClass()
2440 if (I != CompleteTypeIndices.end() && I->second == TypeIndex())
2779 auto InsertResult = CompleteTypeIndices.insert({CTy, TypeIndex()}); in getCompleteTypeIndex()
2800 CompleteTypeIndices[CTy] = TI; in emitLocalVariableList()