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

References

lib/CodeGen/AsmPrinter/WinException.cpp
  793       assert(TBME.TryHigh < TBME.CatchHigh && "bad trymap interval");
  794       assert(TBME.CatchHigh < int(FuncInfo.CxxUnwindMap.size()) &&
  804       OS.EmitIntValue(TBME.CatchHigh, 4);
lib/CodeGen/WinEHPrepare.cpp
  144   TBME.CatchHigh = CatchHigh;