Searched refs:EVIsLLDBAllocated (Results 1 – 4 of 4) sorted by relevance
161 clang_expr_variable_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
166 m_persistent_variable_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; 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()248 m_persistent_variable_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in Dematerialize()872 ret->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
277 var_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in AddPersistentVariable()
254 …EVIsLLDBAllocated = 1 << 0, ///< This variable is resident in a location specifically allo… enumerator