Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1007 llvm::Value **exceptionCaughtFlag, in createFinallyBlock() argument
1010 assert(exceptionCaughtFlag && in createFinallyBlock()
1020 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1053 *exceptionCaughtFlag), in createFinallyBlock()
1082 llvm::Value &exceptionCaughtFlag) { in createCatchBlock() argument
1101 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag); in createCatchBlock()
1184 llvm::Value *exceptionCaughtFlag = NULL; in createCatchWrappedInvokeFunction() local
1198 &exceptionCaughtFlag, in createCatchWrappedInvokeFunction()
1214 *exceptionCaughtFlag); in createCatchWrappedInvokeFunction()
1291 builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag); in createCatchWrappedInvokeFunction()