Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp169 ExpressionVariable::EVIsLLDBAllocated; in Materialize()
179 ExpressionVariable::EVIsLLDBAllocated) { in Materialize()
222 ExpressionVariable::EVIsLLDBAllocated) || in Dematerialize()
258 ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
1096 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h83 EVIsLLDBAllocated = 1 << 0, ///< This variable is resident in a location enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp134 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp323 var->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in AddPersistentVariable()