Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Core/
H A DValue.h87 ContextType GetContextType() const { return m_context_type; } in GetContextType()
93 m_context_type = ContextType::Invalid; in ClearContext()
97 m_context_type = context_type; in SetContext()
99 if (m_context_type == ContextType::RegisterInfo) { in SetContext()
155 ContextType m_context_type = ContextType::Invalid; variable
/llvm-project/lldb/source/Core/
H A DValue.cpp56 m_context_type(v.m_context_type), m_data_buffer() { in Value()
74 m_context_type = rhs.m_context_type; in operator =()
106 Value::GetContextTypeAsCString(m_context_type)); in Dump()
141 if (m_context_type == ContextType::RegisterInfo) in GetRegisterInfo()
147 if (m_context_type == ContextType::LLDBType) in GetType()
198 switch (m_context_type) { in ValueOf()
212 switch (m_context_type) { in GetValueByteSize()
241 switch (m_context_type) { in GetCompilerType()
[all...]