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