Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1218 llvm::LandingPadInst *caughtResult = in createCatchWrappedInvokeFunction() local
1223 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
1227 caughtResult->addClause(module.getGlobalVariable( in createCatchWrappedInvokeFunction()
1231 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); in createCatchWrappedInvokeFunction()
1232 llvm::Value *retTypeInfoIndex = builder.CreateExtractValue(caughtResult, 1); in createCatchWrappedInvokeFunction()
1237 builder.CreateStore(caughtResult, caughtResultStorage); in createCatchWrappedInvokeFunction()