Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp57 m_context(v.m_context), m_value_type(v.m_value_type), in Value()
75 m_value_type = rhs.m_value_type; in operator =()
91 m_value_type = ValueType::HostAddress; in SetBytes()
97 m_value_type = ValueType::HostAddress; in AppendBytes()
112 switch (m_value_type) { in GetValueAddressType()
177 m_value_type = ValueType::HostAddress; in ResizeData()
279 switch (m_value_type) { in GetData()
316 switch (m_value_type) { in GetValueAsData()
566 switch (m_value_type) { in ResolveValue()
585 m_value_type = ValueType::Scalar; in ResolveValue()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h89 void SetValueType(ValueType value_type) { m_value_type = value_type; } in SetValueType()
152 ValueType m_value_type = ValueType::Scalar; variable