Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp54 size_t ExpandedBucketIndex = hashStringV1(Name) % IPHR_HASH; in findRecordsByName() local
55 int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex]; in findRecordsByName()