Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp920 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
925 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
930 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) { in TypeImpl()
936 : m_module_wp(), m_static_type(), m_dynamic_type() { in TypeImpl()
959 m_dynamic_type = dynamic; in SetType()
966 m_dynamic_type = dynamic; in SetType()
1008 m_dynamic_type == rhs.m_dynamic_type; in operator ==()
1019 return m_static_type.IsValid() || m_dynamic_type.IsValid(); in IsValid()
1028 m_dynamic_type.Clear(); in Clear()
1041 if (m_dynamic_type) in GetName()
[all …]
/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h658 CompilerType m_dynamic_type; variable