LLVM  8.0.1
Classes | Public Member Functions | Public Attributes | List of all members
llvm::pdb::GSIHashStreamBuilder Struct Reference
Collaboration diagram for llvm::pdb::GSIHashStreamBuilder:
Collaboration graph
[legend]

Classes

struct  UdtDenseMapInfo
 

Public Member Functions

uint32_t calculateSerializedLength () const
 
uint32_t calculateRecordByteSize () const
 
Error commit (BinaryStreamWriter &Writer)
 
void finalizeBuckets (uint32_t RecordZeroOffset)
 
template<typename T >
void addSymbol (const T &Symbol, MSFBuilder &Msf)
 
void addSymbol (const CVSymbol &Symbol)
 

Public Attributes

std::vector< CVSymbolRecords
 
uint32_t StreamIndex
 
llvm::DenseSet< CVSymbol, UdtDenseMapInfoUdtHashes
 
std::vector< PSHashRecordHashRecords
 
std::array< support::ulittle32_t,(IPHR_HASH+32)/32 > HashBitmap
 
std::vector< support::ulittle32_tHashBuckets
 

Detailed Description

Definition at line 33 of file GSIStreamBuilder.cpp.

Member Function Documentation

◆ addSymbol() [1/2]

template<typename T >
void llvm::pdb::GSIHashStreamBuilder::addSymbol ( const T Symbol,
MSFBuilder Msf 
)
inline

◆ addSymbol() [2/2]

void llvm::pdb::GSIHashStreamBuilder::addSymbol ( const CVSymbol Symbol)
inline

◆ calculateRecordByteSize()

uint32_t GSIHashStreamBuilder::calculateRecordByteSize ( ) const

Definition at line 88 of file GSIStreamBuilder.cpp.

References Size.

◆ calculateSerializedLength()

uint32_t GSIHashStreamBuilder::calculateSerializedLength ( ) const

Definition at line 80 of file GSIStreamBuilder.cpp.

References Size.

◆ commit()

Error GSIHashStreamBuilder::commit ( BinaryStreamWriter Writer)

◆ finalizeBuckets()

void GSIHashStreamBuilder::finalizeBuckets ( uint32_t  RecordZeroOffset)

Member Data Documentation

◆ HashBitmap

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

Definition at line 56 of file GSIStreamBuilder.cpp.

◆ HashBuckets

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

Definition at line 57 of file GSIStreamBuilder.cpp.

◆ HashRecords

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

Definition at line 55 of file GSIStreamBuilder.cpp.

◆ Records

std::vector<CVSymbol> llvm::pdb::GSIHashStreamBuilder::Records

Definition at line 52 of file GSIStreamBuilder.cpp.

◆ StreamIndex

uint32_t llvm::pdb::GSIHashStreamBuilder::StreamIndex

Definition at line 53 of file GSIStreamBuilder.cpp.

◆ UdtHashes

llvm::DenseSet<CVSymbol, UdtDenseMapInfo> llvm::pdb::GSIHashStreamBuilder::UdtHashes

Definition at line 54 of file GSIStreamBuilder.cpp.


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