Home
last modified time | relevance | path

Searched refs:out_collection (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Breakpoint/
DBreakpointSite.cpp202 BreakpointSite::CopyOwnersList(BreakpointLocationCollection &out_collection) { in CopyOwnersList() argument
205 out_collection.Add(loc_sp); in CopyOwnersList()
207 return out_collection.GetSize(); in CopyOwnersList()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSite.h139 size_t CopyOwnersList(BreakpointLocationCollection &out_collection);