Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp108 struct _Unwind_Exception unwindException; member
322 (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() local
1238 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()