Searched refs:m_soentries (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp50 m_previous(), m_soentries(), m_added_soentries(), m_removed_soentries() {
121 return TakeSnapshot(m_soentries);
131 m_soentries.clear();
134 return TakeSnapshot(m_soentries);
167 pos = std::find(m_soentries.begin(), m_soentries.end(), entry);
168 if (pos == m_soentries.end()) {
169 m_soentries.push_back(entry);
192 m_soentries = entry_list;
H A DHexagonDYLDRendezvous.h170 iterator begin() const { return m_soentries.begin(); }
171 iterator end() const { return m_soentries.end(); }
197 SOEntryList m_soentries; member in class:HexagonDYLDRendezvous
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp95 m_previous(), m_loaded_modules(), m_soentries(), m_added_soentries(),
234 m_soentries.clear();
249 m_soentries.clear();
252 return TakeSnapshot(m_soentries);
299 m_soentries.push_back(entry);
326 m_soentries.push_back(entry);
355 auto pos = std::find(m_soentries.begin(), m_soentries.end(), entry);
356 if (pos == m_soentries.end())
359 m_soentries
[all...]
H A DDYLDRendezvous.h161 iterator begin() const { return m_soentries.begin(); }
162 iterator end() const { return m_soentries.end(); }
191 SOEntryList m_soentries; member in class:DYLDRendezvous

Completed in 47 milliseconds