Lines Matching full:numentries
323 unsigned NumEntries = 1 + SrcRD->getNumVBases();
324 SmallVector<llvm::Constant *, 4> Map(NumEntries,
688 llvm::StructType *getCatchableTypeArrayType(uint32_t NumEntries) {
690 CatchableTypeArrayTypeMap[NumEntries];
695 CTATypeName += llvm::utostr(NumEntries);
699 CGM.IntTy, // NumEntries
700 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes
4063 uint32_t NumEntries = CatchableTypes.size();
4066 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries);
4067 llvm::StructType *CTAType = getCatchableTypeArrayType(NumEntries);
4069 llvm::ConstantInt::get(CGM.IntTy, NumEntries), // NumEntries
4077 getMangleContext().mangleCXXCatchableTypeArray(T, NumEntries, Out);
4100 uint32_t NumEntries =
4107 getMangleContext().mangleCXXThrowInfo(T, IsConst, IsVolatile, NumEntries,