Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DABI.cpp161 clang_expr_variable_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
/external/lldb/source/Expression/
DMaterializer.cpp166 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()
DClangExpressionDeclMap.cpp277 var_sp->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in AddPersistentVariable()
/external/lldb/include/lldb/Expression/
DClangExpressionVariable.h254EVIsLLDBAllocated = 1 << 0, ///< This variable is resident in a location specifically allo… enumerator