Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DMappedHash.h66 sizeof(bucket_count) + sizeof(hashes_count) + in GetByteSize()
82 s.Printf("header.hashes_count = 0x%8.8x %u\n", hashes_count, in Dump()
83 hashes_count); in Dump()
92 sizeof(bucket_count) + sizeof(hashes_count) + in Read()
123 hashes_count = data.GetU32(&offset); in Read()
169 &offset, m_header.hashes_count * sizeof(uint32_t)); in MemoryTable()
171 &offset, m_header.hashes_count * sizeof(uint32_t)); in MemoryTable()
192 if (m_hash_values && hash_idx < m_header.hashes_count) in GetHashValue()
199 if (m_hash_offsets && hash_idx < m_header.hashes_count) in GetHashDataOffset()
210 const uint32_t hash_count = m_header.hashes_count; in Find()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.cpp468 const uint32_t hash_count = m_header.hashes_count; in AppendAllDIEsThatMatchingRegex()
499 const uint32_t hash_count = m_header.hashes_count; in AppendAllDIEsInRange()
/llvm-project-15.0.7/llvm/docs/
H A DSourceLevelDebugging.rst1524 | HEADER.hashes_count | uint32_t
1665 …uint32_t hashes_count; // The total number of unique hash values and hash data offsets in thi…
1689 are in the ``BUCKETS`` array. ``hashes_count`` is the number of unique 32 bit
1705 …uint32_t hashes [Header.hashes_count]; // Every unique 32 bit hash for the entire table is in thi…
1706 …uint32_t offsets[Header.hashes_count]; // An offset that corresponds to each item in the "hashes[…