Searched refs:VLASizeMap (Results 1 – 4 of 4) sorted by relevance
720 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()1459 llvm::Value *vlaSize = VLASizeMap[type->getSizeExpr()]; in getVLASize()1551 llvm::Value *&entry = VLASizeMap[size]; in EmitVariablyModifiedType()
2131 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in InitCapturedStruct()2208 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
1829 EmitStoreThroughLValue(RValue::get(VLASizeMap[VAT->getSizeExpr()]), LV); in EmitLambdaExpr()
954 llvm::DenseMap<const Expr*, llvm::Value*> VLASizeMap; variable