Lines Matching refs:ClangExpressionVariable

111         if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVKeepInTarget)  in MakeAllocation()
115 m_persistent_variable_sp->m_flags &= ~ClangExpressionVariable::EVNeedsAllocation; in MakeAllocation()
163 if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVNeedsAllocation) in Materialize()
166 m_persistent_variable_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in Materialize()
172 …if ((m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsProgramReference && m_persis… in Materialize()
173 m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsLLDBAllocated) in Materialize()
213 if ((m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsLLDBAllocated) || in Dematerialize()
214 (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsProgramReference)) in Dematerialize()
216 if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVIsProgramReference && in Dematerialize()
248 m_persistent_variable_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
249 m_persistent_variable_sp->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in Dematerialize()
250 m_persistent_variable_sp->m_flags |= ClangExpressionVariable::EVNeedsFreezeDry; in Dematerialize()
251 … m_persistent_variable_sp->m_flags &= ~ClangExpressionVariable::EVIsProgramReference; in Dematerialize()
269 if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVNeedsFreezeDry || in Dematerialize()
270 m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVKeepInTarget) in Dematerialize()
292 m_persistent_variable_sp->m_flags &= ~ClangExpressionVariable::EVNeedsFreezeDry; in Dematerialize()
307 m_persistent_variable_sp->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in Dematerialize()
313 else if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVNeedsAllocation && in Dematerialize()
314 !(m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVKeepInTarget)) in Dematerialize()
862 ret->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in Dematerialize()
872 ret->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in Dematerialize()