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

References

lib/CodeGen/AsmPrinter/WinException.cpp
  847             getMCSymbolForMBB(Asm, HT.Handler.dyn_cast<MachineBasicBlock *>());
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
  299         if (H.Handler)
  300           H.Handler = MBBMap[H.Handler.get<const BasicBlock *>()];
  300           H.Handler = MBBMap[H.Handler.get<const BasicBlock *>()];
lib/CodeGen/WinEHPrepare.cpp
  154     HT.Handler = CPI->getParent();