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

References

lib/CodeGen/AsmPrinter/WinException.cpp
  782       if (!TBME.HandlerArray.empty())
  791       assert(0 <= TBME.TryLow && "bad trymap interval");
  792       assert(TBME.TryLow <= TBME.TryHigh && "bad trymap interval");
  792       assert(TBME.TryLow <= TBME.TryHigh && "bad trymap interval");
  793       assert(TBME.TryHigh < TBME.CatchHigh && "bad trymap interval");
  793       assert(TBME.TryHigh < TBME.CatchHigh && "bad trymap interval");
  794       assert(TBME.CatchHigh < int(FuncInfo.CxxUnwindMap.size()) &&
  798       OS.EmitIntValue(TBME.TryLow, 4);
  801       OS.EmitIntValue(TBME.TryHigh, 4);
  804       OS.EmitIntValue(TBME.CatchHigh, 4);
  807       OS.EmitIntValue(TBME.HandlerArray.size(), 4);