Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.h92 llvm::SmallDenseMap<QualType, llvm::Metadata *> SizeExprCache; variable
390 SizeExprCache[Ty] = SizeExpr; in registerVLASizeExpression()
H A DCGDebugInfo.cpp3008 auto SizeExpr = SizeExprCache.find(QTy); in CreateType()
3009 if (SizeExpr != SizeExprCache.end()) in CreateType()
3104 auto SizeNode = SizeExprCache.find(EltTy); in CreateType()
3105 if (SizeNode != SizeExprCache.end()) in CreateType()