Searched refs:m_break_loc_collection (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp21 : m_break_loc_collection(), m_collection_mutex() {}
31 m_break_loc_collection.push_back(bp_loc);
38 if (pos != m_break_loc_collection.end()) {
39 m_break_loc_collection.erase(pos);
65 m_break_loc_collection.begin(),
66 m_break_loc_collection.end(), // Search full range
74 m_break_loc_collection.begin(),
75 m_break_loc_collection.end(), // Search full range
84 if (pos != m_break_loc_collection.end())
95 if (pos != m_break_loc_collection
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocationCollection.h104 size_t GetSize() const { return m_break_loc_collection.size(); }
164 collection m_break_loc_collection; member in class:lldb_private::BreakpointLocationCollection
172 return BreakpointLocationCollectionIterable(m_break_loc_collection);

Completed in 115 milliseconds