Searched refs:ExceptionDataTy (Results 1 – 1 of 1) sorted by relevance
552 llvm::StructType *ExceptionDataTy; member in __anon0cc8f9a20111::ObjCTypesHelper556 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryEnterFn()564 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionTryExitFn()572 llvm::Type *params[] = { ExceptionDataTy->getPointerTo() }; in getExceptionExtractFn()4661 Address ExceptionData = CGF.CreateTempAlloca(ObjCTypes.ExceptionDataTy, in EmitTryOrSynchronizedStmt()4704 ObjCTypes.ExceptionDataTy, ExceptionData.getPointer(), GEPIndexes, in EmitTryOrSynchronizedStmt()6033 ExceptionDataTy = llvm::StructType::create( in ObjCTypesHelper()