Lines Matching defs:NumEntries
368 unsigned NumEntries = 1 + SrcRD->getNumVBases();
369 SmallVector<llvm::Constant *, 4> Map(NumEntries,
743 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) {
745 CatchableTypeArrayTypeMap[NumEntries];
750 CTATypeName += llvm::utostr(NumEntries);
754 CGM.IntTy, // NumEntries
755 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes
4360 uint32_t NumEntries = CatchableTypes.size();
4363 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries);
4364 llvm::StructType *CTAType = getCatchableTypeArrayType(NumEntries);
4366 llvm::ConstantInt::get(CGM.IntTy, NumEntries), // NumEntries
4374 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out);
4397 uint32_t NumEntries =
4405 NumEntries, Out);