Lines Matching refs:StateChange
611 for (const auto &StateChange : in emitCSpecificHandlerTable() local
617 StateChange.PreviousEndLabel, LastEHState); in emitCSpecificHandlerTable()
618 LastStartLabel = StateChange.NewStartLabel; in emitCSpecificHandlerTable()
619 LastEHState = StateChange.NewState; in emitCSpecificHandlerTable()
941 for (const auto &StateChange : InvokeStateChangeIterator::range( in computeIP2StateTable() local
947 const MCSymbol *ChangeLabel = StateChange.NewStartLabel; in computeIP2StateTable()
949 ChangeLabel = StateChange.PreviousEndLabel; in computeIP2StateTable()
959 std::make_pair(LabelExpression, StateChange.NewState)); in computeIP2StateTable()
1207 for (const auto &StateChange : in emitCLRExceptionTable() local
1211 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
1216 Clauses.push_back({CurrentStartLabel, StateChange.PreviousEndLabel, in emitCLRExceptionTable()
1226 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1230 for (int EnteredState = StateChange.NewState; in emitCLRExceptionTable()
1241 CurrentStartLabel = StateChange.NewStartLabel; in emitCLRExceptionTable()
1242 CurrentState = StateChange.NewState; in emitCLRExceptionTable()