Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDMaterializer.cpp169 ExpressionVariable::EVIsLLDBAllocated; in Materialize()
179 ExpressionVariable::EVIsLLDBAllocated) { in Materialize()
222 ExpressionVariable::EVIsLLDBAllocated) || in Dematerialize()
258 ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
1096 ret->m_flags |= ExpressionVariable::EVIsLLDBAllocated; in Dematerialize()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDExpressionVariable.h83 EVIsLLDBAllocated = 1 << 0, ///< This variable is resident in a location enumerator
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDABI.cpp134 ExpressionVariable::EVIsLLDBAllocated; in GetReturnValueObject()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionDeclMap.cpp322 var->m_flags |= ClangExpressionVariable::EVIsLLDBAllocated; in AddPersistentVariable()