Searched refs:CTType (Results 1 – 1 of 1) sorted by relevance
741 llvm::Type *CTType = in getCatchableTypeArrayType() local745 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes in getCatchableTypeArrayType()4257 llvm::StructType *CTType = getCatchableTypeType(); in getCatchableType() local4259 CGM.getModule(), CTType, /*isConstant=*/true, getLinkageForRTTI(T), in getCatchableType()4260 llvm::ConstantStruct::get(CTType, Fields), MangledName); in getCatchableType()4361 llvm::Type *CTType = in getCatchableTypeArray() local4363 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries); in getCatchableTypeArray()