reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
   56   std::array<int32_t, IPHR_HASH + 1> BucketMap;
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
   55   std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> HashBitmap;
  134   std::array<std::vector<std::pair<StringRef, PSHashRecord>>, IPHR_HASH + 1>
  145     size_t BucketIdx = hashStringV1(Name) % IPHR_HASH;
  155   for (size_t BucketIdx = 0; BucketIdx < IPHR_HASH + 1; ++BucketIdx) {
lib/DebugInfo/PDB/Native/GlobalsStream.cpp
   53   size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH;
  138   size_t BitmapSizeInBits = alignTo(IPHR_HASH + 1, 32);
  146   for (uint32_t I = 0; I <= IPHR_HASH; ++I) {