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

The header preceding the /src/headerblock stream. More...

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

Public Attributes

support::ulittle32_t Version
 
support::ulittle32_t Size
 
uint64_t FileTime
 
support::ulittle32_t Age
 
uint8_t Padding [44]
 

Detailed Description

The header preceding the /src/headerblock stream.

Definition at line 321 of file RawTypes.h.

Member Data Documentation

◆ Age

support::ulittle32_t llvm::pdb::SrcHeaderBlockHeader::Age

Definition at line 325 of file RawTypes.h.

◆ FileTime

uint64_t llvm::pdb::SrcHeaderBlockHeader::FileTime

Definition at line 324 of file RawTypes.h.

◆ Padding

uint8_t llvm::pdb::SrcHeaderBlockHeader::Padding[44]

Definition at line 326 of file RawTypes.h.

◆ Size

support::ulittle32_t llvm::pdb::SrcHeaderBlockHeader::Size

Definition at line 323 of file RawTypes.h.

◆ Version

support::ulittle32_t llvm::pdb::SrcHeaderBlockHeader::Version

Definition at line 322 of file RawTypes.h.

Referenced by llvm::pdb::InjectedSourceStream::reload().


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