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

References

include/llvm/IR/IRBuilder.h
 1046     return Insert(CatchSwitchInst::Create(ParentPad, UnwindBB, NumHandlers),
lib/AsmParser/LLParser.cpp
 6268       CatchSwitchInst::Create(ParentPad, UnwindBB, Table.size());
lib/Bitcode/Reader/BitcodeReader.cpp
 4319           CatchSwitchInst::Create(ParentPad, UnwindDest, NumHandlers);
lib/Transforms/Utils/InlineFunction.cpp
  725         auto *NewCatchSwitch = CatchSwitchInst::Create(
lib/Transforms/Utils/Local.cpp
 2190     auto *NewCatchSwitch = CatchSwitchInst::Create(