Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h93 llvm::SmallDenseMap<QualType, llvm::Metadata *> SizeExprCache; variable
378 SizeExprCache[Ty] = SizeExpr; in registerVLASizeExpression()
H A DCGDebugInfo.cpp2866 auto SizeExpr = SizeExprCache.find(QTy); in CreateType()
2867 if (SizeExpr != SizeExprCache.end()) in CreateType()
2962 auto SizeNode = SizeExprCache.find(EltTy); in CreateType()
2963 if (SizeNode != SizeExprCache.end()) in CreateType()