Lines Matching refs:StateChange
619 for (const auto &StateChange : in emitCSpecificHandlerTable() local
625 StateChange.PreviousEndLabel, LastEHState); in emitCSpecificHandlerTable()
626 LastStartLabel = StateChange.NewStartLabel; in emitCSpecificHandlerTable()
627 LastEHState = StateChange.NewState; in emitCSpecificHandlerTable()
945 for (const auto &StateChange : InvokeStateChangeIterator::range( in computeIP2StateTable() local
951 const MCSymbol *ChangeLabel = StateChange.NewStartLabel; in computeIP2StateTable()
953 ChangeLabel = StateChange.PreviousEndLabel; in computeIP2StateTable()
963 std::make_pair(LabelExpression, StateChange.NewState)); in computeIP2StateTable()
1211 for (const auto &StateChange : in emitCLRExceptionTable() local
1215 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1220 Clauses.push_back({CurrentStartLabel, StateChange.PreviousEndLabel, in emitCLRExceptionTable()
1230 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1234 for (int EnteredState = StateChange.NewState; in emitCLRExceptionTable()
1245 CurrentStartLabel = StateChange.NewStartLabel; in emitCLRExceptionTable()
1246 CurrentState = StateChange.NewState; in emitCLRExceptionTable()