Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp55 int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex]; in findRecordsByName()
132 MutableArrayRef<int32_t> BucketMap, in readGSIHashBuckets() argument
151 BucketMap[I] = CompressedBucketIdx++; in readGSIHashBuckets()
153 BucketMap[I] = -1; in readGSIHashBuckets()
177 BucketMap, Reader)) in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h56 std::array<int32_t, IPHR_HASH + 1> BucketMap; variable