Home
last modified time | relevance | path

Searched refs:StateChange (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp619 for (const auto &StateChange : in emitCSpecificHandlerTable() local
626 LastStartLabel = StateChange.NewStartLabel; in emitCSpecificHandlerTable()
627 LastEHState = StateChange.NewState; in emitCSpecificHandlerTable()
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
1230 if (StateChange.NewState != CurrentState) { in emitCLRExceptionTable()
1234 for (int EnteredState = StateChange.NewState; in emitCLRExceptionTable()
1245 CurrentStartLabel = StateChange.NewStartLabel; in emitCLRExceptionTable()
[all …]