Lines Matching defs:unwindException
102 /// pointers to its instances from pointers to its unwindException member.
111 struct _Unwind_Exception unwindException;
285 /// is calculated from the supplied OurBaseException_t::unwindException
326 (ret->unwindException).exception_class = ourBaseExceptionClass;
327 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException;
329 return(&(ret->unwindException));
1231 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0);
1235 // caughtResultStore for unwindException storage, may be alleviated
1238 builder.CreateStore(unwindException, exceptionStorage);
1246 builder.CreateStructGEP(ourUnwindExceptionType, unwindException, 0));
1278 builder.getInt8Ty(), unwindException, ourBaseFromUnwindOffset);
1621 // Calculate offset of OurException::unwindException member.
1623 ((uintptr_t) &(dummyException.unwindException));