Home
last modified time | relevance | path

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

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