Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1219 llvm::LandingPadInst *caughtResult = in createCatchWrappedInvokeFunction() local
1224 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
1228 caughtResult->addClause(module.getGlobalVariable( in createCatchWrappedInvokeFunction()
1232 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); in createCatchWrappedInvokeFunction()
1233 llvm::Value *retTypeInfoIndex = builder.CreateExtractValue(caughtResult, 1); in createCatchWrappedInvokeFunction()
1238 builder.CreateStore(caughtResult, caughtResultStorage); in createCatchWrappedInvokeFunction()
/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()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp1270 llvm::LandingPadInst *caughtResult = in createCatchWrappedInvokeFunction() local
1276 caughtResult->setCleanup(true); in createCatchWrappedInvokeFunction()
1280 caughtResult->addClause(module.getGlobalVariable( in createCatchWrappedInvokeFunction()
1284 llvm::Value *unwindException = builder.CreateExtractValue(caughtResult, 0); in createCatchWrappedInvokeFunction()
1285 llvm::Value *retTypeInfoIndex = builder.CreateExtractValue(caughtResult, 1); in createCatchWrappedInvokeFunction()
1290 builder.CreateStore(caughtResult, caughtResultStorage); in createCatchWrappedInvokeFunction()