Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp604 int LastEHState = -1; in emitCSpecificHandlerTable() local
615 if (LastEHState != -1) in emitCSpecificHandlerTable()
617 StateChange.PreviousEndLabel, LastEHState); in emitCSpecificHandlerTable()
619 LastEHState = StateChange.NewState; in emitCSpecificHandlerTable()