reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Verifier.cpp
 3626     if (auto *II = dyn_cast<InvokeInst>(TI)) {
 3633     } else if (auto *CRI = dyn_cast<CleanupReturnInst>(TI)) {
 3636     } else if (auto *CSI = dyn_cast<CatchSwitchInst>(TI)) {
 3639       Assert(false, "EH pad must be jumped to via an unwind edge", ToPad, TI);
 3646              "EH pad cannot handle exceptions raised within it", FromPad, TI);
 3652              "A single unwind edge may only enter one EH pad", TI);