Searched refs:RemoveAll (Results 1 – 6 of 6) sorted by relevance
394 bool RemoveAll = true; in CleanUpPTU() local399 RemoveAll = false; in CleanUpPTU()401 if (LLVM_LIKELY(RemoveAll)) { in CleanUpPTU()
113 void RemoveAll(bool notify);
185 void RemoveAll(bool notify);
84 void BreakpointList::RemoveAll(bool notify) { in RemoveAll() 81 void BreakpointList::RemoveAll(bool notify) { RemoveAll() function in BreakpointList
231 void WatchpointList::RemoveAll(bool notify) { in RemoveAll() 228 void WatchpointList::RemoveAll(bool notify) { RemoveAll() function in WatchpointList
288 m_breakpoint_list.RemoveAll(notify); in Destroy()289 m_internal_breakpoint_list.RemoveAll(notify); in Destroy()291 m_watchpoint_list.RemoveAll(notify); in Destroy()963 m_breakpoint_list.RemoveAll(true); in RemoveAllBreakpoints()965 m_internal_breakpoint_list.RemoveAll(false); in RemoveAllBreakpoints()1229 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()1246 m_watchpoint_list.RemoveAll(true); in RemoveAllWatchpoints()