Lines Matching defs:HandlerParentState
638 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState,
642 Entry.HandlerParentState = HandlerParentState;
659 // 1) Each state has a "HandlerParentState", which is the state of the next
675 // ClrEHUnwindMap for each state, recording its HandlerParentState and
696 // HandlerParentState for all pads. Record TryParentState only for catchpads
703 int HandlerParentState;
704 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val();
712 int CleanupState = addClrEHHandler(FuncInfo, HandlerParentState, -1,
734 addClrEHHandler(FuncInfo, HandlerParentState, FollowerState,