Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp101 ~ExpressionVariable::EVNeedsAllocation; in MakeAllocation()
155 ExpressionVariable::EVNeedsAllocation) { in Materialize()
249 ExpressionVariable::EVNeedsAllocation; in Dematerialize()
320 ExpressionVariable::EVNeedsAllocation; in Dematerialize()
326 ExpressionVariable::EVNeedsAllocation && in Dematerialize()
939 ret->m_flags |= ExpressionVariable::EVNeedsAllocation; in Dematerialize()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h88 EVNeedsAllocation = 1 << 2, ///< Space for this variable has yet to be enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp135 ExpressionVariable::EVNeedsAllocation; in GetReturnValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp305 var->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in AddPersistentVariable()