Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
152 BucketMap[I] = CompressedBucketIdx++; in readGSIHashBuckets()
154 BucketMap[I] = -1; in readGSIHashBuckets()
178 BucketMap, Reader)) in read()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h56 std::array<int32_t, IPHR_HASH + 1> BucketMap; variable