Lines Matching defs:HandlerParentState
636 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState,
640 Entry.HandlerParentState = HandlerParentState;
657 // 1) Each state has a "HandlerParentState", which is the state of the next
673 // ClrEHUnwindMap for each state, recording its HandlerParentState and
694 // HandlerParentState for all pads. Record TryParentState only for catchpads
701 int HandlerParentState;
702 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val();
710 int CleanupState = addClrEHHandler(FuncInfo, HandlerParentState, -1,
732 addClrEHHandler(FuncInfo, HandlerParentState, FollowerState,