Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1008 llvm::Value **exceptionStorage, in createFinallyBlock() argument
1013 assert(exceptionStorage && in createFinallyBlock()
1026 *exceptionStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1185 llvm::Value *exceptionStorage = NULL; in createCatchWrappedInvokeFunction() local
1199 &exceptionStorage, in createCatchWrappedInvokeFunction()
1241 builder.CreateLoad(exceptionStorage)); in createCatchWrappedInvokeFunction()
1290 builder.CreateStore(unwindException, exceptionStorage); in createCatchWrappedInvokeFunction()