Searched refs:CatchHigh (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h75 int CatchHigh = -1; member in struct:llvm::WinEHTryBlockMapEntry
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp141 int TryHigh, int CatchHigh,
146 TBME.CatchHigh = CatchHigh;
282 int CatchHigh = FuncInfo.getLastStateNumber(); local
283 addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchHigh, Handlers);
287 LLVM_DEBUG(dbgs() << "CatchHigh[" << BB->getName() << "]: " << CatchHigh
140 addTryBlockMapEntry(WinEHFuncInfo &FuncInfo, int TryLow, int TryHigh, int CatchHigh, ArrayRef<const CatchPadInst *> Handlers) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp771 // int32_t CatchHigh;
793 assert(TBME.TryHigh < TBME.CatchHigh && "bad trymap interval");
794 assert(TBME.CatchHigh < int(FuncInfo.CxxUnwindMap.size()) &&
803 AddComment("CatchHigh");
804 OS.EmitIntValue(TBME.CatchHigh, 4);
933 // FIXME: assert that NewState is between CatchLow and CatchHigh.

Completed in 117 milliseconds