Home
last modified time | relevance | path

Searched refs:caughtResultStorage (Results 1 – 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1009 llvm::Value **caughtResultStorage) { in createFinallyBlock() argument
1016 assert(caughtResultStorage && in createFinallyBlock()
1031 *caughtResultStorage = createEntryBlockAlloca(toAddTo, in createFinallyBlock()
1186 llvm::Value *caughtResultStorage = NULL; in createCatchWrappedInvokeFunction() local
1200 &caughtResultStorage in createCatchWrappedInvokeFunction()
1261 builder.CreateResume(builder.CreateLoad(caughtResultStorage)); in createCatchWrappedInvokeFunction()
1289 builder.CreateStore(caughtResult, caughtResultStorage); in createCatchWrappedInvokeFunction()