Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp106 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
110 m_persistent_variable_sp->m_flags &= in MakeAllocation()
164 if (m_persistent_variable_sp->m_flags & in Materialize()
167 m_persistent_variable_sp->m_flags |= in Materialize()
174 if ((m_persistent_variable_sp->m_flags & in Materialize()
177 m_persistent_variable_sp->m_flags & in Materialize()
220 if ((m_persistent_variable_sp->m_flags & in Dematerialize()
222 (m_persistent_variable_sp->m_flags & in Dematerialize()
224 if (m_persistent_variable_sp->m_flags & in Dematerialize()
314 m_persistent_variable_sp->m_flags &= in Dematerialize()
[all …]