Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp956 llvm::Value **exceptionStorage, in createFinallyBlock() argument
961 assert(exceptionStorage && in createFinallyBlock()
974 *exceptionStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1133 llvm::Value *exceptionStorage = NULL; in createCatchWrappedInvokeFunction() local
1147 &exceptionStorage, in createCatchWrappedInvokeFunction()
1189 builder.CreateLoad(exceptionStorage)); in createCatchWrappedInvokeFunction()
1238 builder.CreateStore(unwindException, exceptionStorage); in createCatchWrappedInvokeFunction()