Searched refs:unwindException (Results 1 – 1 of 1) sorted by relevance
161 struct _Unwind_Exception unwindException; member365 (ret->unwindException).exception_class = ourBaseExceptionClass; in createOurException()366 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException; in createOurException()368 return(&(ret->unwindException)); in createOurException()1283 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); in createCatchWrappedInvokeFunction() local1290 builder.CreateStore(unwindException, exceptionStorage); in createCatchWrappedInvokeFunction()1299 builder.CreatePointerCast(unwindException, in createCatchWrappedInvokeFunction()1333 builder.CreateConstGEP1_64(unwindException, in createCatchWrappedInvokeFunction()1693 ((uintptr_t) &(dummyException.unwindException)); in createStandardUtilityFunctions()