Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp464 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, in addClrEHHandler() argument
468 Entry.HandlerParentState = HandlerParentState; in addClrEHHandler()
529 int HandlerParentState; in calculateClrEHStateNumbers() local
530 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val(); in calculateClrEHStateNumbers()
538 int CleanupState = addClrEHHandler(FuncInfo, HandlerParentState, -1, in calculateClrEHStateNumbers()
562 addClrEHHandler(FuncInfo, HandlerParentState, FollowerState, in calculateClrEHStateNumbers()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h85 int HandlerParentState; ///< Outer handler enclosing this entry's handler member
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1112 assert(FuncInfo.ClrEHUnwindMap[State].HandlerParentState < State && in emitCLRExceptionTable()