Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
946 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h82 EVIsLLDBAllocated = 1 << 0, ///< This variable is resident in a location enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DABI.cpp133 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp304 var->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in AddPersistentVariable()