Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp158 ExpressionVariable::EVIsLLDBAllocated; in Materialize()
168 ExpressionVariable::EVIsLLDBAllocated) { in Materialize()
211 ExpressionVariable::EVIsLLDBAllocated) || in Dematerialize()
247 ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
944 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h82 EVIsLLDBAllocated = 1 << 0, ///< This variable is resident in a location enumerator
/external/llvm-project/lldb/source/Target/
DABI.cpp131 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp304 var->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in AddPersistentVariable()