LLVM 22.0.0git
GlobalsStream.cpp File Reference

Go to the source code of this file.

Functions

static Error checkHashHdrVersion (const GSIHashHeader *HashHdr)
static Error readGSIHashHeader (const GSIHashHeader *&HashHdr, BinaryStreamReader &Reader)
static Error readGSIHashRecords (FixedStreamArray< PSHashRecord > &HashRecords, const GSIHashHeader *HashHdr, BinaryStreamReader &Reader)
static Error readGSIHashBuckets (FixedStreamArray< support::ulittle32_t > &HashBuckets, FixedStreamArray< support::ulittle32_t > &HashBitmap, const GSIHashHeader *HashHdr, MutableArrayRef< int32_t > BucketMap, BinaryStreamReader &Reader)

Function Documentation

◆ checkHashHdrVersion()

◆ readGSIHashBuckets()

◆ readGSIHashHeader()

◆ readGSIHashRecords()