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

The header preceding the global PDB Stream (Stream 1) More...

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

Public Attributes
support::ulittle32_t Version
support::ulittle32_t Signature
support::ulittle32_t Age
codeview::GUID Guid

Detailed Description

The header preceding the global PDB Stream (Stream 1)

Definition at line 304 of file RawTypes.h.

Member Data Documentation

Age

support::ulittle32_t llvm::pdb::InfoStreamHeader::Age

Definition at line 307 of file RawTypes.h.

Guid

codeview::GUID llvm::pdb::InfoStreamHeader::Guid

Definition at line 308 of file RawTypes.h.

Signature

support::ulittle32_t llvm::pdb::InfoStreamHeader::Signature

Definition at line 306 of file RawTypes.h.

Version

support::ulittle32_t llvm::pdb::InfoStreamHeader::Version

Definition at line 305 of file RawTypes.h.


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