Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h96 llvm::SmallDenseMap<QualType, llvm::Metadata *> SizeExprCache; variable
422 SizeExprCache[Ty] = SizeExpr; in registerVLASizeExpression()
H A DCGDebugInfo.cpp3279 auto SizeExpr = SizeExprCache.find(QTy); in CreateType()
3280 if (SizeExpr != SizeExprCache.end()) in CreateType()
3375 auto SizeNode = SizeExprCache.find(EltTy); in CreateType()
3376 if (SizeNode != SizeExprCache.end()) in CreateType()