Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h139 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointSite.cpp202 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) { in CopyOwnersList() function in BreakpointSite
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp290 size_t num_owners = bp_site_sp->CopyOwnersList(site_locations); in PerformAction()