Searched refs:unwindException (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp155 /// pointers to its instances from pointers to its unwindException member.
164 struct _Unwind_Exception unwindException; member in struct:OurBaseException_t
329 /// is calculated from the supplied OurBaseException_t::unwindException
370 (ret->unwindException).exception_class = ourBaseExceptionClass;
371 (ret->unwindException).exception_cleanup = deleteFromUnwindOurException;
373 return(&(ret->unwindException));
1284 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); local
1288 // caughtResultStore for unwindException storage, may be alleviated
1291 builder.CreateStore(unwindException, exceptionStorage);
1297 llvm::Value *unwindException local
[all...]

Completed in 35 milliseconds