Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp97 m_encoding_type (nullptr), in Type()
114 m_encoding_type (nullptr), in Type()
132 m_encoding_type (rhs.m_encoding_type), in Type()
312 if (m_encoding_type == nullptr && m_encoding_uid != LLDB_INVALID_UID) in GetEncodingType()
313 m_encoding_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetEncodingType()
314 return m_encoding_type; in GetEncodingType()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h272 m_encoding_type = encoding_type; in SetEncodingType()
300 Type *m_encoding_type; variable