Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h85 EVIsProgramReference = 1 << 1, ///< This variable is a reference to a enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp165 ExpressionVariable::EVIsProgramReference && in Materialize()
213 ExpressionVariable::EVIsProgramReference)) { in Dematerialize()
215 ExpressionVariable::EVIsProgramReference && in Dematerialize()
253 ~ExpressionVariable::EVIsProgramReference; in Dematerialize()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DABI.cpp140 ExpressionVariable::EVIsProgramReference; in GetReturnValueObject()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp302 var->m_flags |= ClangExpressionVariable::EVIsProgramReference; in AddPersistentVariable()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3133 persistent_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference; in Persist()