Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
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()
937 ret->m_flags |= ExpressionVariable::EVNeedsAllocation; in Dematerialize()
/external/llvm-project/lldb/include/lldb/Expression/
DExpressionVariable.h88 EVNeedsAllocation = 1 << 2, ///< Space for this variable has yet to be enumerator
/external/llvm-project/lldb/source/Target/
DABI.cpp133 ExpressionVariable::EVNeedsAllocation; in GetReturnValueObject()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp305 var->m_flags |= ClangExpressionVariable::EVNeedsAllocation; in AddPersistentVariable()