Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h91 llvm::SmallDenseMap<QualType, llvm::Metadata *> SizeExprCache; variable
412 SizeExprCache[Ty] = SizeExpr; in registerVLASizeExpression()
H A DCGDebugInfo.cpp3153 auto SizeExpr = SizeExprCache.find(QTy); in CreateType()
3154 if (SizeExpr != SizeExprCache.end()) in CreateType()
3249 auto SizeNode = SizeExprCache.find(EltTy); in CreateType()
3250 if (SizeNode != SizeExprCache.end()) in CreateType()