Searched refs:m_context_type (Results 1 – 2 of 2) sorted by relevance
87 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
56 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()273 switch (m_context_type) { in GetValueDefaultFormat()619 if (m_context_type == ContextType::Variable) in GetVariable()[all …]