Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/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
153 BucketMap[I] = CompressedBucketIdx++; in readGSIHashBuckets()
155 BucketMap[I] = -1; in readGSIHashBuckets()
179 BucketMap, Reader)) in read()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h57 std::array<int32_t, IPHR_HASH + 1> BucketMap; variable