Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp35 std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap;
106 std::array<std::vector<std::pair<StringRef, PSHashRecord>>, IPHR_HASH + 1> in finalizeBuckets()
117 size_t BucketIdx = hashStringV1(Name) % IPHR_HASH; in finalizeBuckets()
127 for (size_t BucketIdx = 0; BucketIdx < IPHR_HASH + 1; ++BucketIdx) { in finalizeBuckets()
DGlobalsStream.cpp96 size_t BitmapSizeInBits = alignTo(IPHR_HASH + 1, 32); in readGSIHashBuckets()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp47 static const unsigned IPHR_HASH = 4096; variable
116 size_t BitmapSizeInBits = alignTo(IPHR_HASH + 1, 32); in reload()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DGlobalsStream.h44 enum : unsigned { IPHR_HASH = 4096 }; enumerator