Home
last modified time | relevance | path

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

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