Lines Matching defs:CatchSwitch
980 llvm::CatchSwitchInst *CatchSwitch =
995 CatchSwitch, {TypeInfo.RTTI, CGF.Builder.getInt32(TypeInfo.Flags),
998 CGF.Builder.CreateCatchPad(CatchSwitch, {TypeInfo.RTTI});
1001 CatchSwitch->addHandler(Handler.Block);
1024 llvm::CatchSwitchInst *CatchSwitch =
1030 CatchSwitch->addHandler(WasmCatchStartBlock);
1042 auto *CPI = CGF.Builder.CreateCatchPad(CatchSwitch, CatchTypes);
1254 auto *CatchSwitch =
1256 WasmCatchStartBlock = CatchSwitch->hasUnwindDest()
1257 ? CatchSwitch->getSuccessor(1)
1258 : CatchSwitch->getSuccessor(0);