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

References

include/llvm/IR/Instructions.h
 4282   bool unwindsToCaller() const { return !hasUnwindDest(); }
 4284     if (hasUnwindDest())
 4290     assert(hasUnwindDest());
 4297     if (hasUnwindDest())
 4320     if (hasUnwindDest())
 4329     if (hasUnwindDest())
lib/Bitcode/Writer/BitcodeWriter.cpp
 2827     if (CatchSwitch.hasUnwindDest())
lib/Transforms/Utils/InlineFunction.cpp
  241       if (CatchSwitch->hasUnwindDest()) {
lib/Transforms/Utils/SimplifyCFG.cpp
 4280         if (CSI->hasUnwindDest()) {
tools/clang/lib/CodeGen/CGException.cpp
 1180     WasmCatchStartBlock = CatchSwitch->hasUnwindDest()