Searched refs:StateChange (Results 1 – 1 of 1) sorted by relevance
622 for (const auto &StateChange : in emitCSpecificHandlerTable() local629 LastStartLabel = StateChange.NewStartLabel; in emitCSpecificHandlerTable()630 LastEHState = StateChange.NewState; in emitCSpecificHandlerTable()942 for (const auto &StateChange : InvokeStateChangeIterator::range( in computeIP2StateTable() local948 const MCSymbol *ChangeLabel = StateChange.NewStartLabel; in computeIP2StateTable()950 ChangeLabel = StateChange.PreviousEndLabel; in computeIP2StateTable()1201 for (const auto &StateChange : in emitCLRExceptionTable() local1220 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()1224 for (int EnteredState = StateChange.NewState; in emitCLRExceptionTable()1235 CurrentStartLabel = StateChange.NewStartLabel; in emitCLRExceptionTable()[all …]