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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h84 int HandlerParentState; ///< Outer handler enclosing this entry's handler member in struct:llvm::ClrEHUnwindMapEntry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp465 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, argument
469 Entry.HandlerParentState = HandlerParentState;
486 // 1) Each state has a "HandlerParentState", which is the state of the next
502 // ClrEHUnwindMap for each state, recording its HandlerParentState and
523 // HandlerParentState for all pads. Record TryParentState only for catchpads
530 int HandlerParentState; local
531 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val();
539 int CleanupState = addClrEHHandler(FuncInfo, HandlerParentState, -1,
563 addClrEHHandler(FuncInfo, HandlerParentState, FollowerStat
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1119 assert(FuncInfo.ClrEHUnwindMap[State].HandlerParentState < State &&

Completed in 130 milliseconds