Searched refs:caughtResult (Results 1 – 1 of 1) sorted by relevance
1218 llvm::LandingPadInst *caughtResult = in createCatchWrappedInvokeFunction() local1223 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()