Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDExpressionVariable.h96 EVKeepInTarget = 1 << 5, ///< Keep the allocation after the expression is enumerator
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDMaterializer.cpp108 ExpressionVariable::EVKeepInTarget) { in MakeAllocation()
290 ExpressionVariable::EVKeepInTarget) { in Dematerialize()
340 ExpressionVariable::EVKeepInTarget)) { in Dematerialize()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.cpp315 ClangExpressionVariable::EVKeepInTarget; // explicitly-declared in AddPersistentVariable()
327 var->m_flags |= ClangExpressionVariable::EVKeepInTarget; in AddPersistentVariable()