Home
last modified time | relevance | path

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

/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1270 llvm::LandingPadInst *caughtResult = in createCatchWrappedInvokeFunction() local
1275 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
1279 caughtResult->addClause(module.getGlobalVariable( in createCatchWrappedInvokeFunction()
1283 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); in createCatchWrappedInvokeFunction()
1284 llvm::Value *retTypeInfoIndex = builder.CreateExtractValue(caughtResult, 1); in createCatchWrappedInvokeFunction()
1289 builder.CreateStore(caughtResult, caughtResultStorage); in createCatchWrappedInvokeFunction()