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

A single file record entry within the /src/headerblock stream. More...

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

Public Attributes
support::ulittle32_t Size
support::ulittle32_t Version
support::ulittle32_t CRC
support::ulittle32_t FileSize
support::ulittle32_t FileNI
support::ulittle32_t ObjNI
support::ulittle32_t VFileNI
uint8_t Compression
uint8_t IsVirtual
short Padding
char Reserved [8]

Detailed Description

A single file record entry within the /src/headerblock stream.

Definition at line 331 of file RawTypes.h.

Member Data Documentation

Compression

uint8_t llvm::pdb::SrcHeaderBlockEntry::Compression

CRC

FileNI

FileSize

IsVirtual

uint8_t llvm::pdb::SrcHeaderBlockEntry::IsVirtual

ObjNI

Padding

short llvm::pdb::SrcHeaderBlockEntry::Padding

Reserved

char llvm::pdb::SrcHeaderBlockEntry::Reserved[8]

Size

Version

VFileNI


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