Searched refs:exceptionCaughtFlag (Results 1 – 1 of 1) sorted by relevance
1007 llvm::Value **exceptionCaughtFlag, in createFinallyBlock() argument1010 assert(exceptionCaughtFlag && in createFinallyBlock()1020 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()1053 *exceptionCaughtFlag), in createFinallyBlock()1082 llvm::Value &exceptionCaughtFlag) { in createCatchBlock() argument1101 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag); in createCatchBlock()1184 llvm::Value *exceptionCaughtFlag = NULL; in createCatchWrappedInvokeFunction() local1198 &exceptionCaughtFlag, in createCatchWrappedInvokeFunction()1214 *exceptionCaughtFlag); in createCatchWrappedInvokeFunction()1291 builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag); in createCatchWrappedInvokeFunction()