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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp50 m_previous(), m_soentries(), m_added_soentries(), m_removed_soentries() {
97 m_previous = m_current;
120 if (m_previous.state == eConsistent && m_current.state == eConsistent)
127 m_previous.state = eConsistent;
130 assert(m_previous.state == eConsistent);
140 if (m_previous.state == eAdd)
142 else if (m_previous.state == eDelete)
152 assert(m_previous.state == eAdd);
181 assert(m_previous.state == eDelete);
H A DHexagonDYLDRendezvous.h194 Rendezvous m_previous; member in class:HexagonDYLDRendezvous
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp95 m_previous(), m_loaded_modules(), m_soentries(), m_added_soentries(),
160 m_previous = m_current;
180 switch (m_previous.state) {
200 if (!(m_previous.state == eConsistent ||
201 (m_previous.state == eAdd && m_current.state == eDelete)))
372 assert(m_previous.state == eAdd);
399 assert(m_previous.state == eDelete);
H A DDYLDRendezvous.h185 Rendezvous m_previous; member in class:DYLDRendezvous

Completed in 124 milliseconds