Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h95 typename collection::iterator pos = GetIDIterator(site_id); in FindByID()
166 typename collection::iterator pos = GetIDIterator(site_id); // Predicate in Remove()
281 GetIDIterator(typename StopPointSite::SiteID site_id) { in GetIDIterator() function
H A DWatchpointList.h202 wp_collection::iterator GetIDIterator(lldb::watch_id_t watchID);
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointList.cpp100 WatchpointList::GetIDIterator(lldb::watch_id_t watch_id) { in GetIDIterator() function in WatchpointList
171 wp_collection::iterator pos = GetIDIterator(watch_id); in Remove()