Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp611 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()
937 for (const auto &StateChange : InvokeStateChangeIterator::range( in computeIP2StateTable() local
943 const MCSymbol *ChangeLabel = StateChange.NewStartLabel; in computeIP2StateTable()
945 ChangeLabel = StateChange.PreviousEndLabel; in computeIP2StateTable()
955 std::make_pair(LabelExpression, StateChange.NewState)); in computeIP2StateTable()
1203 for (const auto &StateChange : in emitCLRExceptionTable() local
1207 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
[all …]