Searched refs:CleanupState (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp297 int CleanupState = addUnwindMapEntry(FuncInfo, ParentState, BB); local
298 FuncInfo.EHPadStateMap[CleanupPad] = CleanupState;
299 LLVM_DEBUG(dbgs() << "Assigning state #" << CleanupState << " to BB "
305 CleanupState);
399 int CleanupState = addSEHFinally(FuncInfo, ParentState, BB); local
400 FuncInfo.EHPadStateMap[CleanupPad] = CleanupState;
401 LLVM_DEBUG(dbgs() << "Assigning state #" << CleanupState << " to BB "
407 CleanupState);
539 int CleanupState = addClrEHHandler(FuncInfo, HandlerParentState, -1, local
545 Worklist.emplace_back(I, CleanupState);
[all...]

Completed in 107 milliseconds