Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp171 ExpressionVariable::EVIsLLDBAllocated; in Materialize()
181 ExpressionVariable::EVIsLLDBAllocated) { in Materialize()
224 ExpressionVariable::EVIsLLDBAllocated) || in Dematerialize()
260 ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
946 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp148 ClangExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionVariable.h87 EVIsLLDBAllocated = 1 << 0, ///< This variable is resident in a location enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp404 var->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in AddPersistentVariable()