Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp111 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
115 m_persistent_variable_sp->m_flags &= in MakeAllocation()
167 if (m_persistent_variable_sp->m_flags & in Materialize()
170 m_persistent_variable_sp->m_flags |= in Materialize()
177 if ((m_persistent_variable_sp->m_flags & in Materialize()
180 m_persistent_variable_sp->m_flags & in Materialize()
216 m_persistent_variable_sp->m_flags); in Dematerialize()
223 if ((m_persistent_variable_sp->m_flags & in Dematerialize()
225 (m_persistent_variable_sp->m_flags & in Dematerialize()
316 m_persistent_variable_sp->m_flags &= in Dematerialize()
[all …]