Lines Matching defs:NumEntries
369 unsigned NumEntries = 1 + SrcRD->getNumVBases();
370 SmallVector<llvm::Constant *, 4> Map(NumEntries,
738 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) {
740 CatchableTypeArrayTypeMap[NumEntries];
745 CTATypeName += llvm::utostr(NumEntries);
748 CGM.IntTy, // NumEntries
749 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes
4353 uint32_t NumEntries = CatchableTypes.size();
4355 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries);
4356 llvm::StructType *CTAType = getCatchableTypeArrayType(NumEntries);
4358 llvm::ConstantInt::get(CGM.IntTy, NumEntries), // NumEntries
4366 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out);
4389 uint32_t NumEntries =
4397 NumEntries, Out);