Searched refs:exceptionCaughtFlag (Results 1 – 1 of 1) sorted by relevance
1006 llvm::Value **exceptionCaughtFlag, in createFinallyBlock() argument1009 assert(exceptionCaughtFlag && in createFinallyBlock()1019 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo, in createFinallyBlock()1052 *exceptionCaughtFlag), in createFinallyBlock()1081 llvm::Value &exceptionCaughtFlag) { in createCatchBlock() argument1100 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag); in createCatchBlock()1183 llvm::Value *exceptionCaughtFlag = NULL; in createCatchWrappedInvokeFunction() local1197 &exceptionCaughtFlag, in createCatchWrappedInvokeFunction()1213 *exceptionCaughtFlag); in createCatchWrappedInvokeFunction()1290 builder.CreateStore(ourExceptionThrownState, exceptionCaughtFlag); in createCatchWrappedInvokeFunction()