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

References

include/llvm/IR/Instructions.h
 4311   using handler_range = iterator_range<handler_iterator>;
 4318   handler_iterator handler_begin() {
 4336   handler_iterator handler_end() {
 4362   void removeHandler(handler_iterator HI);
lib/IR/Core.cpp
 3233   for (CatchSwitchInst::handler_iterator I = CSI->handler_begin(),
lib/IR/Instructions.cpp
 1060 void CatchSwitchInst::removeHandler(handler_iterator HI) {
lib/Transforms/Utils/Local.cpp
 2153       for (CatchSwitchInst::handler_iterator I = CatchSwitch->handler_begin(),
lib/Transforms/Utils/SimplifyCFG.cpp
 4268       for (CatchSwitchInst::handler_iterator I = CSI->handler_begin(),