Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h93 llvm::SmallDenseMap<QualType, llvm::Metadata *> SizeExprCache; variable
378 SizeExprCache[Ty] = SizeExpr; in registerVLASizeExpression()
H A DCGDebugInfo.cpp2847 auto SizeExpr = SizeExprCache.find(QTy); in CreateType()
2848 if (SizeExpr != SizeExprCache.end()) in CreateType()
2943 auto SizeNode = SizeExprCache.find(EltTy); in CreateType()
2944 if (SizeNode != SizeExprCache.end()) in CreateType()