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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h74 int TryHigh = -1; member in struct:llvm::WinEHTryBlockMapEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp141 int TryHigh, int CatchHigh,
145 TBME.TryHigh = TryHigh;
147 assert(TBME.TryLow <= TBME.TryHigh);
262 int TryHigh = CatchLow - 1; local
283 addTryBlockMapEntry(FuncInfo, TryLow, TryHigh, CatchHigh, Handlers);
285 LLVM_DEBUG(dbgs() << "TryHigh[" << BB->getName() << "]: " << TryHigh
140 addTryBlockMapEntry(WinEHFuncInfo &FuncInfo, int TryLow, int TryHigh, int CatchHigh, ArrayRef<const CatchPadInst *> Handlers) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp770 // int32_t TryHigh;
792 assert(TBME.TryLow <= TBME.TryHigh && "bad trymap interval");
793 assert(TBME.TryHigh < TBME.CatchHigh && "bad trymap interval");
800 AddComment("TryHigh");
801 OS.EmitIntValue(TBME.TryHigh, 4);

Completed in 157 milliseconds