Searched refs:ExceptionDataTy (Results 1 – 1 of 1) sorted by relevance
553 llvm::StructType *ExceptionDataTy; member in __anonaa8b92cd0111::ObjCTypesHelper557 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryEnterFn()565 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryExitFn()573 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionExtractFn()4586 Address ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy, in EmitTryOrSynchronizedStmt()4629 ObjCTypes.ExceptionDataTy, ExceptionData.getPointer(), GEPIndexes, in EmitTryOrSynchronizedStmt()5950 ExceptionDataTy = llvm::StructType::create( in ObjCTypesHelper()