Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp112 ~ExpressionVariable::EVNeedsAllocation; in MakeAllocation()
166 ExpressionVariable::EVNeedsAllocation) { in Materialize()
260 ExpressionVariable::EVNeedsAllocation; in Dematerialize()
332 ExpressionVariable::EVNeedsAllocation; in Dematerialize()
338 ExpressionVariable::EVNeedsAllocation && in Dematerialize()
1089 ret->m_flags |= ExpressionVariable::EVNeedsAllocation; in Dematerialize()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h89 EVNeedsAllocation = 1 << 2, ///< Space for this variable has yet to be enumerator
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp136 ExpressionVariable::EVNeedsAllocation; in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp324 var->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in AddPersistentVariable()