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

References

lib/CodeGen/WinEHPrepare.cpp
  239   assert(BB->isEHPad() && "not a funclet!");
  252     for (const BasicBlock *PredBlock : predecessors(BB))
  282     LLVM_DEBUG(dbgs() << "TryLow[" << BB->getName() << "]: " << TryLow << '\n');
  283     LLVM_DEBUG(dbgs() << "TryHigh[" << BB->getName() << "]: " << TryHigh
  285     LLVM_DEBUG(dbgs() << "CatchHigh[" << BB->getName() << "]: " << CatchHigh
  295     int CleanupState = addUnwindMapEntry(FuncInfo, ParentState, BB);
  298                       << BB->getName() << '\n');
  299     for (const BasicBlock *PredBlock : predecessors(BB)) {