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

References

include/llvm/CodeGen/WinEHFuncInfo.h
   87   ClrHandlerType HandlerType;
lib/CodeGen/AsmPrinter/WinException.cpp
 1283     case ClrHandlerType::Catch:
 1286     case ClrHandlerType::Filter:
 1289     case ClrHandlerType::Finally:
 1292     case ClrHandlerType::Fault:
lib/CodeGen/WinEHPrepare.cpp
  464                            int TryParentState, ClrHandlerType HandlerType,
  534       ClrHandlerType HandlerType =
  535           (Cleanup->getNumArgOperands() ? ClrHandlerType::Fault
  536                                         : ClrHandlerType::Finally);
  562                             ClrHandlerType::Catch, TypeToken, CatchBlock);