Home
last modified time | relevance | path

Searched refs:GetIDIterator (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointSiteList.cpp65 collection::iterator pos = GetIDIterator(break_id); // Predicate in Remove()
96 BreakpointSiteList::GetIDIterator(lldb::break_id_t break_id) { in GetIDIterator() function in BreakpointSiteList
114 collection::iterator pos = GetIDIterator(break_id); in FindByID()
DWatchpointList.cpp98 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator() function in WatchpointList
169 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpointSiteList.h163 collection::iterator GetIDIterator(lldb::break_id_t breakID);
DWatchpointList.h202 wp_collection::iterator GetIDIterator(lldb::watch_id_t watchID);