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

/macosx-10.10/llvmCore-3425.0.34/examples/ExceptionDemo/
H A DExceptionDemo.cpp964 /// @param exceptionCaughtFlag reference exception caught/thrown status storage
976 llvm::Value **exceptionCaughtFlag,
979 assert(exceptionCaughtFlag &&
980 "ExceptionDemo::createFinallyBlock(...):exceptionCaughtFlag "
989 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo,
1022 *exceptionCaughtFlag),
1042 /// @param exceptionCaughtFlag exception caught/thrown status
1051 llvm::Value &exceptionCaughtFlag) {
1070 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag);
1156 llvm::Value *exceptionCaughtFlag local
968 createFinallyBlock(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &toAddTo, std::string &blockName, std::string &functionId, llvm::BasicBlock &terminatorBlock, llvm::BasicBlock &unwindResumeBlock, llvm::Value **exceptionCaughtFlag, llvm::Value **exceptionStorage, llvm::Value **caughtResultStorage) argument
1044 createCatchBlock(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &toAddTo, std::string &blockName, std::string &functionId, llvm::BasicBlock &terminatorBlock, llvm::Value &exceptionCaughtFlag) argument
[all...]

Completed in 170 milliseconds