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

/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp971 /// @param exceptionStorage reference to exception pointer storage
985 llvm::Value **exceptionStorage
993 assert(exceptionStorage &&
994 "ExceptionDemo::createFinallyBlock(...):exceptionStorage "
1009 *exceptionStorage = createEntryBlockAlloca(toAddTo,
1010 "exceptionStorage",
1173 llvm::Value *exceptionStorage = NULL; local
1189 &exceptionStorage
1233 builder.CreateLoad(exceptionStorage));
1259 builder.CreateLoad(exceptionStorage));
[all...]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp996 /// @param exceptionStorage reference to exception pointer storage
1008 llvm::Value **exceptionStorage,
1013 assert(exceptionStorage &&
1014 "ExceptionDemo::createFinallyBlock(...):exceptionStorage "
1026 *exceptionStorage = createEntryBlockAlloca(toAddTo,
1027 "exceptionStorage",
1185 llvm::Value *exceptionStorage = NULL; local
1199 &exceptionStorage,
1241 builder.CreateLoad(exceptionStorage));
1290 builder.CreateStore(unwindException, exceptionStorage);
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 132 milliseconds