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.cpp54 int32_t CompressedBucketIndex = GlobalsTable.BucketMap[ExpandedBucketIndex]; in findRecordsByName()
131 MutableArrayRef<int32_t> BucketMap, in readGSIHashBuckets() argument
150 BucketMap[I] = CompressedBucketIdx++; in readGSIHashBuckets()
152 BucketMap[I] = -1; in readGSIHashBuckets()
176 BucketMap, Reader)) in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h57 std::array<int32_t, IPHR_HASH + 1> BucketMap; variable