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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp797 : m_module_wp(), m_static_type(), m_dynamic_type() {
802 : m_module_wp(), m_static_type(), m_dynamic_type() {
807 : m_module_wp(), m_static_type(), m_dynamic_type(dynamic) {
813 : m_module_wp(), m_static_type(), m_dynamic_type() {
835 m_dynamic_type = dynamic;
842 m_dynamic_type = dynamic;
875 m_dynamic_type == rhs.m_dynamic_type;
886 return m_static_type.IsValid() || m_dynamic_type.IsValid();
895 m_dynamic_type
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h290 CompilerType m_dynamic_type; member in class:lldb_private::Type::TypeImpl

Completed in 61 milliseconds