Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDType.cpp94 m_encoding_type (NULL), in Type()
111 m_encoding_type (NULL), in Type()
129 m_encoding_type (rhs.m_encoding_type), in Type()
309 if (m_encoding_type == NULL && m_encoding_uid != LLDB_INVALID_UID) in GetEncodingType()
310 m_encoding_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetEncodingType()
311 return m_encoding_type; in GetEncodingType()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDType.h260 m_encoding_type = encoding_type; in SetEncodingType()
288 Type *m_encoding_type; variable