LLVM 19.0.0git
Public Attributes | List of all members
llvm::pdb::PDBStringTableHeader Struct Reference

The header preceding the /names stream. More...

#include "llvm/DebugInfo/PDB/Native/RawTypes.h"

Public Attributes

support::ulittle32_t Signature
 
support::ulittle32_t HashVersion
 
support::ulittle32_t ByteSize
 

Detailed Description

The header preceding the /names stream.

Definition at line 312 of file RawTypes.h.

Member Data Documentation

◆ ByteSize

support::ulittle32_t llvm::pdb::PDBStringTableHeader::ByteSize

◆ HashVersion

support::ulittle32_t llvm::pdb::PDBStringTableHeader::HashVersion

◆ Signature

support::ulittle32_t llvm::pdb::PDBStringTableHeader::Signature

Definition at line 313 of file RawTypes.h.

Referenced by llvm::pdb::PDBStringTable::getSignature().


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