Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp116 ~ExpressionVariable::EVNeedsAllocation; in MakeAllocation()
168 ExpressionVariable::EVNeedsAllocation) { in Materialize()
262 ExpressionVariable::EVNeedsAllocation; in Dematerialize()
333 ExpressionVariable::EVNeedsAllocation; in Dematerialize()
339 ExpressionVariable::EVNeedsAllocation && in Dematerialize()
939 ret->m_flags |= ExpressionVariable::EVNeedsAllocation; in Dematerialize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp150 ClangExpressionVariable::EVNeedsAllocation; in GetReturnValueObject()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DExpressionVariable.h93 EVNeedsAllocation = 1 << 2, ///< Space for this variable has yet to be enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp405 var->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in AddPersistentVariable()