Home
last modified time | relevance | path

Searched refs:m_context_type (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp62 m_value_type(v.m_value_type), m_context_type(v.m_context_type), in Value()
82 m_context_type = rhs.m_context_type; in operator =()
112 Value::GetContextTypeAsCString(m_context_type)); in Dump()
133 if (m_context_type == eContextTypeRegisterInfo) in GetRegisterInfo()
139 if (m_context_type == eContextTypeLLDBType) in GetType()
199 switch (m_context_type) { in ValueOf()
215 switch (m_context_type) { in GetValueByteSize()
246 switch (m_context_type) { in GetCompilerType()
278 switch (m_context_type) { in GetValueDefaultFormat()
627 if (m_context_type == eContextTypeVariable) in GetVariable()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h153 ContextType GetContextType() const { return m_context_type; } in GetContextType()
159 m_context_type = eContextTypeInvalid; in ClearContext()
163 m_context_type = context_type; in SetContext()
165 if (m_context_type == eContextTypeRegisterInfo) { in SetContext()
244 ContextType m_context_type; variable