Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DExpressionVariable.h85 EVIsProgramReference = 1 << 1, ///< This variable is a reference to a enumerator
/llvm-project-15.0.7/lldb/source/Expression/
H A DMaterializer.cpp175 ExpressionVariable::EVIsProgramReference && in Materialize()
223 ExpressionVariable::EVIsProgramReference)) { in Dematerialize()
225 ExpressionVariable::EVIsProgramReference && in Dematerialize()
263 ~ExpressionVariable::EVIsProgramReference; in Dematerialize()
/llvm-project-15.0.7/lldb/source/Target/
H A DABI.cpp141 ExpressionVariable::EVIsProgramReference; in GetReturnValueObject()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp323 var->m_flags |= ClangExpressionVariable::EVIsProgramReference; in AddPersistentVariable()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp3136 persistent_var_sp->m_flags |= ExpressionVariable::EVIsProgramReference; in Persist()