Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp55 int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex]; in findRecordsByName() local
56 if (CompressedBucketIndex == -1) in findRecordsByName()
61 GlobalsTable.HashBuckets[CompressedBucketIndex] / 12; in findRecordsByName()
63 if (LLVM_LIKELY(uint32_t(CompressedBucketIndex) < LastBucketIndex)) { in findRecordsByName()
64 EndRecordIndex = GlobalsTable.HashBuckets[CompressedBucketIndex + 1]; in findRecordsByName()