Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp96 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
100 m_persistent_variable_sp->m_flags &= in MakeAllocation()
154 if (m_persistent_variable_sp->m_flags & in Materialize()
157 m_persistent_variable_sp->m_flags |= in Materialize()
164 if ((m_persistent_variable_sp->m_flags & in Materialize()
167 m_persistent_variable_sp->m_flags & in Materialize()
210 if ((m_persistent_variable_sp->m_flags & in Dematerialize()
212 (m_persistent_variable_sp->m_flags & in Dematerialize()
214 if (m_persistent_variable_sp->m_flags & in Dematerialize()
303 m_persistent_variable_sp->m_flags &= in Dematerialize()
[all …]