Searched refs:CTType (Results 1 – 1 of 1) sorted by relevance
722 llvm::Type *CTType = in getCatchableTypeArrayType() local726 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes in getCatchableTypeArrayType()4151 llvm::StructType *CTType = getCatchableTypeType(); in getCatchableType() local4153 CGM.getModule(), CTType, /*isConstant=*/true, getLinkageForRTTI(T), in getCatchableType()4154 llvm::ConstantStruct::get(CTType, Fields), MangledName); in getCatchableType()4255 llvm::Type *CTType = in getCatchableTypeArray() local4257 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries); in getCatchableTypeArray()