Home
last modified time | relevance | path

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

/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/docs/
DSourceLevelDebugging.rst865 | HEADER.hashes_count | uint32_t
1006 …uint32_t hashes_count; // The total number of unique hash values and hash data offsets in thi…
1030 are in the ``BUCKETS`` array. ``hashes_count`` is the number of unique 32 bit
1046 …uint32_t hashes [Header.hashes_count]; // Every unique 32 bit hash for the entire table is in thi…
1047 …uint32_t offsets[Header.hashes_count]; // An offset that corresponds to each item in the "hashes[…