Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DMaterializer.cpp115 m_persistent_variable_sp->m_flags &= ~ClangExpressionVariable::EVNeedsAllocation; in MakeAllocation()
163 if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVNeedsAllocation) in Materialize()
249 m_persistent_variable_sp->m_flags |= ClangExpressionVariable::EVNeedsAllocation; 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()
862 ret->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in Dematerialize()
DClangExpressionDeclMap.cpp278 var_sp->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in AddPersistentVariable()
/external/lldb/source/Target/
DABI.cpp162 clang_expr_variable_sp->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in GetReturnValueObject()
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h256EVNeedsAllocation = 1 << 2, ///< Space for this variable has yet to be allocated in the ta… enumerator