Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1006 llvm::Value **exceptionCaughtFlag, in createFinallyBlock() argument
1009 assert(exceptionCaughtFlag && in createFinallyBlock()
1019 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1052 *exceptionCaughtFlag), in createFinallyBlock()
1081 llvm::Value &exceptionCaughtFlag) { in createCatchBlock() argument
1100 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag); in createCatchBlock()
1183 llvm::Value *exceptionCaughtFlag = NULL; in createCatchWrappedInvokeFunction() local
1197 &exceptionCaughtFlag, in createCatchWrappedInvokeFunction()
1213 *exceptionCaughtFlag); in createCatchWrappedInvokeFunction()
1290 builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag); in createCatchWrappedInvokeFunction()