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

Declarations

include/llvm/IR/Instructions.h
 4360   void addHandler(BasicBlock *Dest);

References

lib/AsmParser/LLParser.cpp
 6270     CatchSwitch->addHandler(DestBB);
lib/Bitcode/Reader/BitcodeReader.cpp
 4321         CatchSwitch->addHandler(Handler);
lib/IR/Core.cpp
 3224   unwrap<CatchSwitchInst>(CatchSwitch)->addHandler(unwrap(Dest));
lib/Transforms/Utils/InlineFunction.cpp
  730           NewCatchSwitch->addHandler(PadBB);
lib/Transforms/Utils/Local.cpp
 2194       NewCatchSwitch->addHandler(PadBB);
tools/clang/lib/CodeGen/CGException.cpp
  931     CatchSwitch->addHandler(Handler.Block);
  960   CatchSwitch->addHandler(WasmCatchStartBlock);
unittests/Analysis/SparsePropagation.cpp
  530   CatchSwitch->addHandler(Body);