LLVM: llvm::pdb::PDBStringTableHeader Struct Reference (original) (raw)

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

#include "[llvm/DebugInfo/PDB/Native/RawTypes.h](RawTypes%5F8h%5Fsource.html)"

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

Definition at line 315 of file RawTypes.h.

HashVersion

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

Definition at line 314 of file RawTypes.h.

Signature

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

Definition at line 313 of file RawTypes.h.


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