Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DMappedHash.h380 m_hash_offsets (NULL) in MemoryTable()
387m_hash_offsets = (uint32_t *)data.GetData (&offset, m_header.hashes_count * sizeof(uint32_t)); in MemoryTable()
424 if (m_hash_offsets && hash_idx < m_header.hashes_count) in GetHashDataOffset()
425 return m_hash_offsets[hash_idx]; in GetHashDataOffset()
547 uint32_t *m_hash_offsets; variable