Searched refs:unwindException (Results 1 – 1 of 1) sorted by relevance
108 struct _Unwind_Exception unwindException; member322 (ret->unwindException).exception_class = ourBaseExceptionClass; in createOurException()323 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()325 return(&(ret->unwindException)); in createOurException()1231 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); in createCatchWrappedInvokeFunction() local1238 builder.CreateStore(unwindException, exceptionStorage); in createCatchWrappedInvokeFunction()1247 builder.CreatePointerCast(unwindException, in createCatchWrappedInvokeFunction()1281 builder.CreateConstGEP1_64(unwindException, in createCatchWrappedInvokeFunction()1641 ((uintptr_t) &(dummyException.unwindException)); in createStandardUtilityFunctions()