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

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp997 /// @param caughtResultStorage reference to landingpad result storage
1009 llvm::Value **caughtResultStorage) {
1016 assert(caughtResultStorage &&
1017 "ExceptionDemo::createFinallyBlock(...):caughtResultStorage "
1031 *caughtResultStorage = createEntryBlockAlloca(toAddTo,
1032 "caughtResultStorage",
1186 llvm::Value *caughtResultStorage = NULL; local
1200 &caughtResultStorage
1261 builder.CreateResume(builder.CreateLoad(caughtResultStorage));
1289 builder.CreateStore(caughtResult, caughtResultStorage);
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
[all...]

Completed in 68 milliseconds