Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp107 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
111 m_persistent_variable_sp->m_flags &= in MakeAllocation()
165 if (m_persistent_variable_sp->m_flags & in Materialize()
168 m_persistent_variable_sp->m_flags |= in Materialize()
175 if ((m_persistent_variable_sp->m_flags & in Materialize()
178 m_persistent_variable_sp->m_flags & in Materialize()
221 if ((m_persistent_variable_sp->m_flags & in Dematerialize()
223 (m_persistent_variable_sp->m_flags & in Dematerialize()
225 if (m_persistent_variable_sp->m_flags & in Dematerialize()
315 m_persistent_variable_sp->m_flags &= in Dematerialize()
[all …]