Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp168 ExpressionVariable::EVIsLLDBAllocated; in Materialize()
178 ExpressionVariable::EVIsLLDBAllocated) { in Materialize()
221 ExpressionVariable::EVIsLLDBAllocated) || in Dematerialize()
257 ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
1088 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpressionVariable.h82 EVIsLLDBAllocated = 1 << 0, ///< This variable is resident in a location enumerator
/llvm-project-15.0.7/lldb/source/Target/
H A DABI.cpp134 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp325 var->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in AddPersistentVariable()