Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDBreakpointLocationCollection.cpp30 m_break_loc_collection.push_back(bp_loc); in Add()
37 if (pos != m_break_loc_collection.end()) { in Remove()
38 m_break_loc_collection.erase(pos); in Remove()
64 m_break_loc_collection.begin(), in GetIDPairIterator()
65 m_break_loc_collection.end(), // Search full range in GetIDPairIterator()
73 m_break_loc_collection.begin(), in GetIDPairConstIterator()
74 m_break_loc_collection.end(), // Search full range in GetIDPairConstIterator()
83 if (pos != m_break_loc_collection.end()) in FindByIDPair()
94 if (pos != m_break_loc_collection.end()) in FindByIDPair()
103 if (i < m_break_loc_collection.size()) in GetByIndex()
[all …]
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointLocationCollection.h104 size_t GetSize() const { return m_break_loc_collection.size(); } in GetSize()
164 collection m_break_loc_collection; variable
172 return BreakpointLocationCollectionIterable(m_break_loc_collection); in BreakpointLocations()