Home
last modified time | relevance | path

Searched refs:eContextTypeVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp205 case eContextTypeVariable: // Variable * in ValueOf()
223 case eContextTypeVariable: // Variable * in GetValueByteSize()
259 case eContextTypeVariable: { in GetCompilerType()
286 case eContextTypeVariable: { in GetValueDefaultFormat()
627 if (m_context_type == eContextTypeVariable) in GetVariable()
666 case eContextTypeVariable: in GetContextTypeAsCString()
H A DValueObjectVariable.cpp135 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
162 m_value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
252 value.SetContext(Value::eContextTypeVariable, variable); in UpdateValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h73 eContextTypeVariable // lldb_private::Variable * enumerator