Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp635 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, in addClrEHHandler() argument
639 Entry.HandlerParentState = HandlerParentState; in addClrEHHandler()
700 int HandlerParentState; in calculateClrEHStateNumbers() local
701 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val(); in calculateClrEHStateNumbers()
709 int CleanupState = addClrEHHandler(FuncInfo, HandlerParentState, -1, in calculateClrEHStateNumbers()
731 addClrEHHandler(FuncInfo, HandlerParentState, FollowerState, in calculateClrEHStateNumbers()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h84 int HandlerParentState; ///< Outer handler enclosing this entry's handler member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1148 assert(FuncInfo.ClrEHUnwindMap[State].HandlerParentState < State && in emitCLRExceptionTable()