Lines Matching refs:StateChange
589 for (const auto &StateChange : in emitCSpecificHandlerTable() local
595 StateChange.PreviousEndLabel, LastEHState); in emitCSpecificHandlerTable()
596 LastStartLabel = StateChange.NewStartLabel; in emitCSpecificHandlerTable()
597 LastEHState = StateChange.NewState; in emitCSpecificHandlerTable()
909 for (const auto &StateChange : InvokeStateChangeIterator::range( in computeIP2StateTable() local
915 const MCSymbol *ChangeLabel = StateChange.NewStartLabel; in computeIP2StateTable()
917 ChangeLabel = StateChange.PreviousEndLabel; in computeIP2StateTable()
920 std::make_pair(getLabel(ChangeLabel), StateChange.NewState)); in computeIP2StateTable()
1171 for (const auto &StateChange : in emitCLRExceptionTable() local
1175 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1180 Clauses.push_back({CurrentStartLabel, StateChange.PreviousEndLabel, in emitCLRExceptionTable()
1190 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1194 for (int EnteredState = StateChange.NewState; in emitCLRExceptionTable()
1205 CurrentStartLabel = StateChange.NewStartLabel; in emitCLRExceptionTable()
1206 CurrentState = StateChange.NewState; in emitCLRExceptionTable()