Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Expression/
HDClangExpressionVariable.h264EVKeepInTarget = 1 << 5, ///< Keep the allocation after the expression is complete rath… enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDMaterializer.cpp112 if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVKeepInTarget) in MakeAllocation()
271 m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVKeepInTarget) in Dematerialize()
315 !(m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVKeepInTarget)) in Dematerialize()
HDClangExpressionDeclMap.cpp275 …var_sp->m_flags |= ClangExpressionVariable::EVKeepInTarget; // explicitly-declared persistent vari… in AddPersistentVariable()
289 var_sp->m_flags |= ClangExpressionVariable::EVKeepInTarget; in AddPersistentVariable()