HomeSort by relevance Sort by last modified time
    Searched refs:CleanupState (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 270 int CleanupState = addUnwindMapEntry(FuncInfo, ParentState, BB);
271 FuncInfo.EHPadStateMap[CleanupPad] = CleanupState;
272 DEBUG(dbgs() << "Assigning state #" << CleanupState << " to BB "
278 CleanupState);
362 int CleanupState = addSEHFinally(FuncInfo, ParentState, BB);
363 FuncInfo.EHPadStateMap[CleanupPad] = CleanupState;
364 DEBUG(dbgs() << "Assigning state #" << CleanupState << " to BB "
370 CleanupState);
    [all...]
  /external/libchrome/base/threading/
sequenced_worker_pool.cc 345 enum CleanupState {
495 CleanupState cleanup_state_;
    [all...]

Completed in 54 milliseconds