Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DMappedHash.h53 uint32_t hashes_count; // The total number of unique hash values and hash member
61 bucket_count(0), hashes_count(0), header_data_len(sizeof(T)), in Header()
68 sizeof(bucket_count) + sizeof(hashes_count) + in GetByteSize()
84 s.Printf("header.hashes_count = 0x%8.8x %u\n", hashes_count, in Dump()
85 hashes_count); in Dump()
94 sizeof(bucket_count) + sizeof(hashes_count) + in Read()
125 hashes_count = data.GetU32(&offset); in Read()
171 &offset, m_header.hashes_count * sizeof(uint32_t)); in MemoryTable()
173 &offset, m_header.hashes_count * sizeof(uint32_t)); in MemoryTable()
194 if (m_hash_values && hash_idx < m_header.hashes_count) in GetHashValue()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h85 uint32_t hashes_count; // The total number of unique hash values member
96 hashes_count(0), header_data_len(data_len) {} in TableHeader()
DDwarfAccelTable.cpp62 Header.hashes_count = num; in ComputeBucketCount()
123 Asm->EmitInt32(Header.hashes_count); in EmitHeader()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DHashedNameToDIE.cpp467 const uint32_t hash_count = m_header.hashes_count; in AppendAllDIEsThatMatchingRegex()
498 const uint32_t hash_count = m_header.hashes_count; in AppendAllDIEsInRange()
/external/llvm/docs/
DSourceLevelDebugging.rst873 | HEADER.hashes_count | uint32_t
1014 …uint32_t hashes_count; // The total number of unique hash values and hash data offsets in thi…
1038 are in the ``BUCKETS`` array. ``hashes_count`` is the number of unique 32 bit
1054 …uint32_t hashes [Header.hashes_count]; // Every unique 32 bit hash for the entire table is in thi…
1055 …uint32_t offsets[Header.hashes_count]; // An offset that corresponds to each item in the "hashes[…
/external/llvm-project/llvm/docs/
DSourceLevelDebugging.rst1480 | HEADER.hashes_count | uint32_t
1621 …uint32_t hashes_count; // The total number of unique hash values and hash data offsets in thi…
1645 are in the ``BUCKETS`` array. ``hashes_count`` is the number of unique 32 bit
1661 …uint32_t hashes [Header.hashes_count]; // Every unique 32 bit hash for the entire table is in thi…
1662 …uint32_t offsets[Header.hashes_count]; // An offset that corresponds to each item in the "hashes[…