reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4608 bool unwindsToCaller() const { return !hasUnwindDest(); } 4619 unsigned getNumSuccessors() const { return hasUnwindDest() ? 1 : 0; } 4622 return hasUnwindDest() ? cast<BasicBlock>(Op<1>()) : nullptr; 4626 assert(hasUnwindDest());lib/Bitcode/Writer/BitcodeWriter.cpp
2792 if (CRI.hasUnwindDest())
lib/IR/AsmWriter.cpp 3835 if (CRI->hasUnwindDest())
lib/IR/Instructions.cpp 926 if (CRI.hasUnwindDest())