LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
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

uint32_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 40 of file GSIStreamBuilder.cpp.

Member Function Documentation

◆ calculateSerializedLength()

uint32_t GSIHashStreamBuilder::calculateSerializedLength ( ) const

Definition at line 124 of file GSIStreamBuilder.cpp.

References HashBitmap, HashBuckets, HashRecords, and Size.

◆ commit()

Error GSIHashStreamBuilder::commit ( BinaryStreamWriter Writer)

◆ finalizeBuckets()

void GSIHashStreamBuilder::finalizeBuckets ( uint32_t  RecordZeroOffset,
MutableArrayRef< BulkPublic Globals 
)

◆ 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 51 of file GSIStreamBuilder.cpp.

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

◆ HashBuckets

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

Definition at line 53 of file GSIStreamBuilder.cpp.

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

◆ HashRecords

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

Definition at line 44 of file GSIStreamBuilder.cpp.

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

◆ RecordByteSize

uint32_t llvm::pdb::GSIHashStreamBuilder::RecordByteSize = 0

Definition at line 42 of file GSIStreamBuilder.cpp.


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