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

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

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

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

Definition at line 180 of file RawTypes.h.

NumModules

Total # of modules, should match number of records in the ModuleInfo substream.

Definition at line 183 of file RawTypes.h.

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.

Definition at line 188 of file RawTypes.h.


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