HomeSort by relevance Sort by last modified time
    Searched defs:CatchHigh (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
WinEHFuncInfo.h 77 int CatchHigh = -1;
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 126 int TryHigh, int CatchHigh,
131 TBME.CatchHigh = CatchHigh;
256 int CatchHigh = FuncInfo.getLastStateNumber();
257 addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchHigh, Handlers);
260 DEBUG(dbgs() << "CatchHigh[" << BB->getName() << "]: " << CatchHigh
    [all...]

Completed in 3419 milliseconds