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

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 40 of file GSIStreamBuilder.cpp.

Member Function Documentation

◆ calculateSerializedLength()

uint32_t GSIHashStreamBuilder::calculateSerializedLength ( ) const

Definition at line 112 of file GSIStreamBuilder.cpp.

References HashBitmap, HashBuckets, HashRecords, and Size.

◆ commit()

◆ finalizeBuckets()

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

uint64_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: