Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1007 llvm::Value **exceptionStorage, in createFinallyBlock() argument
1012 assert(exceptionStorage && in createFinallyBlock()
1025 *exceptionStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1184 llvm::Value *exceptionStorage = NULL; in createCatchWrappedInvokeFunction() local
1198 &exceptionStorage, in createCatchWrappedInvokeFunction()
1240 builder.CreateLoad(exceptionStorage)); in createCatchWrappedInvokeFunction()
1289 builder.CreateStore(unwindException, exceptionStorage); in createCatchWrappedInvokeFunction()