Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp622 for (const auto &StateChange : in emitCSpecificHandlerTable() local
628 StateChange.PreviousEndLabel, LastEHState); in emitCSpecificHandlerTable()
629 LastStartLabel = StateChange.NewStartLabel; in emitCSpecificHandlerTable()
630 LastEHState = StateChange.NewState; in emitCSpecificHandlerTable()
942 for (const auto &StateChange : InvokeStateChangeIterator::range( in computeIP2StateTable() local
948 const MCSymbol *ChangeLabel = StateChange.NewStartLabel; in computeIP2StateTable()
950 ChangeLabel = StateChange.PreviousEndLabel; in computeIP2StateTable()
953 std::make_pair(getLabel(ChangeLabel), StateChange.NewState)); in computeIP2StateTable()
1201 for (const auto &StateChange : in emitCLRExceptionTable() local
1205 getTryAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dsetupapi.d1133 DWORD StateChange;