Searched refs:caughtResultStorage (Results 1 - 1 of 1) sorted by relevance
/external/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 995 /// @param caughtResultStorage reference to landingpad result storage 1007 llvm::Value **caughtResultStorage) { 1014 assert(caughtResultStorage && 1015 "ExceptionDemo::createFinallyBlock(...):caughtResultStorage " 1029 *caughtResultStorage = createEntryBlockAlloca(toAddTo, 1030 "caughtResultStorage", 1187 llvm::Value *caughtResultStorage = NULL; local 1201 &caughtResultStorage 1262 builder.CreateResume(builder.CreateLoad(caughtResultStorage)); 1290 builder.CreateStore(caughtResult, caughtResultStorage); 997 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 [all...] |
Completed in 118 milliseconds