Searched refs:CTType (Results 1 – 1 of 1) sorted by relevance
696 llvm::Type *CTType = in getCatchableTypeArrayType() local700 llvm::ArrayType::get(CTType, NumEntries) // CatchableTypes in getCatchableTypeArrayType()3960 llvm::StructType *CTType = getCatchableTypeType(); in getCatchableType() local3962 CGM.getModule(), CTType, /*Constant=*/true, getLinkageForRTTI(T), in getCatchableType()3963 llvm::ConstantStruct::get(CTType, Fields), MangledName); in getCatchableType()4064 llvm::Type *CTType = in getCatchableTypeArray() local4066 llvm::ArrayType *AT = llvm::ArrayType::get(CTType, NumEntries); in getCatchableTypeArray()