Searched refs:HandlerParentState (Results 1 – 3 of 3) sorted by relevance
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 636 static int addClrEHHandler(WinEHFuncInfo &FuncInfo, int HandlerParentState, in addClrEHHandler() 640 Entry.HandlerParentState = HandlerParentState; in addClrEHHandler() 657 // 1) Each state has a "HandlerParentState", which is the state of the next in calculateClrEHStateNumbers() 673 // ClrEHUnwindMap for each state, recording its HandlerParentState and in calculateClrEHStateNumbers() 694 // HandlerParentState for all pads. Record TryParentState only for catchpads in calculateClrEHStateNumbers() 701 int HandlerParentState; in calculateClrEHStateNumbers() 702 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val(); in calculateClrEHStateNumbers() 710 int CleanupState = addClrEHHandler(FuncInfo, HandlerParentState, -1, in calculateClrEHStateNumbers() 732 addClrEHHandler(FuncInfo, HandlerParentState, FollowerStat in calculateClrEHStateNumbers() 635 addClrEHHandler(WinEHFuncInfo & FuncInfo,int HandlerParentState,int TryParentState,ClrHandlerType HandlerType,uint32_t TypeToken,const BasicBlock * Handler) addClrEHHandler() argument 700 int HandlerParentState; calculateClrEHStateNumbers() local [all...] |
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | WinEHFuncInfo.h | 84 int HandlerParentState; ///< Outer handler enclosing this entry's handler member
|
| /freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1148 assert(FuncInfo.ClrEHUnwindMap[State].HandlerParentState < State && in emitCLRExceptionTable()
|