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

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp995 /// @param exceptionCaughtFlag reference exception caught/thrown status storage
1007 llvm::Value **exceptionCaughtFlag,
1010 assert(exceptionCaughtFlag &&
1011 "ExceptionDemo::createFinallyBlock(...):exceptionCaughtFlag "
1020 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo,
1053 *exceptionCaughtFlag),
1073 /// @param exceptionCaughtFlag exception caught/thrown status
1082 llvm::Value &exceptionCaughtFlag) {
1101 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag);
1184 llvm::Value *exceptionCaughtFlag local
999 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
1075 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...]
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp970 /// @param exceptionCaughtFlag reference exception caught/thrown status storage
984 llvm::Value **exceptionCaughtFlag,
990 assert(exceptionCaughtFlag &&
991 "ExceptionDemo::createFinallyBlock(...):exceptionCaughtFlag "
1003 *exceptionCaughtFlag = createEntryBlockAlloca(toAddTo,
1038 *exceptionCaughtFlag),
1058 /// @param exceptionCaughtFlag exception caught/thrown status
1067 llvm::Value &exceptionCaughtFlag) {
1086 builder.CreateStore(ourExceptionCaughtState, &exceptionCaughtFlag);
1172 llvm::Value *exceptionCaughtFlag local
976 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
1060 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 64 milliseconds