Home
last modified time | relevance | path

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

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