LLVM 22.0.0git
llvm::pdb::GSIHashStreamBuilder Struct Reference

Public Member Functions

uint32_t calculateSerializedLength () const
Error commit (BinaryStreamWriter &Writer)
void finalizePublicBuckets ()
void finalizeGlobalBuckets (uint32_t RecordZeroOffset)
void finalizeBuckets (uint32_t RecordZeroOffset, MutableArrayRef< BulkPublic > Globals)

Public Attributes

uint64_t RecordByteSize = 0
std::vector< PSHashRecordHashRecords
std::array< support::ulittle32_t,(IPHR_HASH+32)/32 > HashBitmap
std::vector< support::ulittle32_tHashBuckets

Detailed Description

Definition at line 41 of file GSIStreamBuilder.cpp.

Member Function Documentation

◆ calculateSerializedLength()

uint32_t GSIHashStreamBuilder::calculateSerializedLength ( ) const

Definition at line 125 of file GSIStreamBuilder.cpp.

References HashBitmap, HashBuckets, HashRecords, and Size.

◆ commit()

◆ finalizeBuckets()

◆ finalizeGlobalBuckets()

void llvm::pdb::GSIHashStreamBuilder::finalizeGlobalBuckets ( uint32_t RecordZeroOffset)

◆ finalizePublicBuckets()

void llvm::pdb::GSIHashStreamBuilder::finalizePublicBuckets ( )

Member Data Documentation

◆ HashBitmap

std::array<support::ulittle32_t, (IPHR_HASH + 32) / 32> llvm::pdb::GSIHashStreamBuilder::HashBitmap

Definition at line 52 of file GSIStreamBuilder.cpp.

Referenced by calculateSerializedLength(), commit(), and finalizeBuckets().

◆ HashBuckets

std::vector<support::ulittle32_t> llvm::pdb::GSIHashStreamBuilder::HashBuckets

Definition at line 54 of file GSIStreamBuilder.cpp.

Referenced by calculateSerializedLength(), commit(), and finalizeBuckets().

◆ HashRecords

std::vector<PSHashRecord> llvm::pdb::GSIHashStreamBuilder::HashRecords

Definition at line 45 of file GSIStreamBuilder.cpp.

Referenced by calculateSerializedLength(), commit(), and finalizeBuckets().

◆ RecordByteSize

uint64_t llvm::pdb::GSIHashStreamBuilder::RecordByteSize = 0

Definition at line 43 of file GSIStreamBuilder.cpp.


The documentation for this struct was generated from the following file: