struct FileInfoSubstreamHeader

Declaration

struct FileInfoSubstreamHeader { /* full declaration omitted */ };

Description

The header preceding the File Info Substream of the DBI stream.

Declared at: llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h:180

Member Variables

public support::ulittle16_t NumModules
Total # of modules, should match number of records in the ModuleInfo substream.
public support::ulittle16_t NumSourceFiles
Total # of source files. This value is not accurate because PDB actually supports more than 64k source files, so we ignore it and compute the value from other stream fields.