Lines Matching defs:CatchSwitchInst
1051 // CatchSwitchInst Implementation
1054 CatchSwitchInst::CatchSwitchInst(Value *ParentPad, BasicBlock *UnwindDest,
1066 CatchSwitchInst::CatchSwitchInst(const CatchSwitchInst &CSI)
1077 void CatchSwitchInst::init(Value *ParentPad, BasicBlock *UnwindDest,
1094 void CatchSwitchInst::growOperands(unsigned Size) {
1103 void CatchSwitchInst::addHandler(BasicBlock *Handler) {
1111 void CatchSwitchInst::removeHandler(handler_iterator HI) {
4503 CatchSwitchInst *CatchSwitchInst::cloneImpl() const {
4504 return new CatchSwitchInst(*this);