Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h95 EVKeepInTarget = 1 << 5, ///< Keep the allocation after the expression is enumerator
/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp97 ExpressionVariable::EVKeepInTarget) { in MakeAllocation()
279 ExpressionVariable::EVKeepInTarget) { in Dematerialize()
328 ExpressionVariable::EVKeepInTarget)) { in Dematerialize()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp297 ClangExpressionVariable::EVKeepInTarget; // explicitly-declared in AddPersistentVariable()
309 var->m_flags |= ClangExpressionVariable::EVKeepInTarget; in AddPersistentVariable()