Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpressionVariable.h95 EVKeepInTarget = 1 << 5, ///< Keep the allocation after the expression is enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp107 ExpressionVariable::EVKeepInTarget) { in MakeAllocation()
289 ExpressionVariable::EVKeepInTarget) { in Dematerialize()
339 ExpressionVariable::EVKeepInTarget)) { in Dematerialize()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp318 ClangExpressionVariable::EVKeepInTarget; // explicitly-declared in AddPersistentVariable()
330 var->m_flags |= ClangExpressionVariable::EVKeepInTarget; in AddPersistentVariable()