Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h103 llvm::SmallDenseMap<QualType, llvm::Metadata *> SizeExprCache; variable
447 SizeExprCache[Ty] = SizeExpr; in registerVLASizeExpression()
H A DCGDebugInfo.cpp3503 auto SizeExpr = SizeExprCache.find(QTy); in CreateType()
3504 if (SizeExpr != SizeExprCache.end()) in CreateType()
3599 auto SizeNode = SizeExprCache.find(EltTy); in CreateType()
3600 if (SizeNode != SizeExprCache.end()) in CreateType()