Searched refs:m_encoding_type (Results 1 – 2 of 2) sorted by relevance
530 void SetEncodingType(Type *encoding_type) { m_encoding_type = encoding_type; } in SetEncodingType()545 Type *m_encoding_type = nullptr; variable
445 if (m_encoding_type == nullptr && m_encoding_uid != LLDB_INVALID_UID) in GetEncodingType()446 m_encoding_type = m_symbol_file->ResolveTypeUID(m_encoding_uid); in GetEncodingType()447 return m_encoding_type; in GetEncodingType()