Home
last modified time | relevance | path

Searched refs:EVIsProgramReference (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h86 EVIsProgramReference = 1 << 1, ///< This variable is a reference to a enumerator
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp176 ExpressionVariable::EVIsProgramReference && in Materialize()
224 ExpressionVariable::EVIsProgramReference)) { in Dematerialize()
226 ExpressionVariable::EVIsProgramReference && in Dematerialize()
264 ~ExpressionVariable::EVIsProgramReference; in Dematerialize()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp141 ExpressionVariable::EVIsProgramReference; in GetReturnValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp321 var->m_flags |= ClangExpressionVariable::EVIsProgramReference; in AddPersistentVariable()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3115 persistent_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference; in Persist()