Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp71 bool WatchpointResource::ConstituentsContains(const WatchpointSP &wp_sp) { in ConstituentsContains() function in WatchpointResource
72 return ConstituentsContains(wp_sp.get()); in ConstituentsContains()
75 bool WatchpointResource::ConstituentsContains(const Watchpoint *wp) { in ConstituentsContains() function in WatchpointResource
H A DWatchpointResourceList.cpp82 if (wp_res_sp->ConstituentsContains(wp)) in FindByWatchpoint()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h106 bool ConstituentsContains(const lldb::WatchpointSP &wp_sp);
115 bool ConstituentsContains(const lldb_private::Watchpoint *wp);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3272 if (wp_res_sp->ConstituentsContains(wp_sp)) { in DisableWatchpoint()