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

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

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

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.

Referenced by llvm::pdb::InfoStream::getAge().

◆ Guid

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

Definition at line 308 of file RawTypes.h.

Referenced by llvm::pdb::InfoStream::getGuid().

◆ Signature

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

Definition at line 306 of file RawTypes.h.

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

◆ Version

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

Definition at line 305 of file RawTypes.h.

Referenced by llvm::pdb::InfoStream::getVersion(), and llvm::pdb::InfoStream::reload().


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