Provides read access to the PDB Info stream (stream 1).
Synopsis
Declared in <llvm/DebugInfo/PDB/Native/InfoStream.h>
class InfoStream;
Member Functions
Name |
Description |
|
Construct an Info stream reader over |
Return true if the PDB contains an IPI (ID) stream. |
|
Return the PDB age from the header. |
|
Return the raw feature signature values from the Info stream. |
|
Return the decoded feature flags derived from the feature signatures. |
|
Return the PDB GUID from the header. |
|
Return a pointer to the parsed fixed‐size Info stream header. |
|
Look up the MSF stream index for the named stream |
|
Return the serialized byte size of the named stream map. |
|
Return the parsed named stream map. |
|
Return a reference to the raw named stream map substream bytes. |
|
Return the PDB signature (often a timestamp) from the header. |
|
Return the total size in bytes of the underlying Info stream. |
|
Return the PDB implementation version from the header. |
|
Return a copy of the named stream map as name‐to‐index entries. |
|
Reload and reparse the Info stream from the underlying MSF stream. |
Friends
Name |
Description |
Builds the PDB Info stream (stream 1), including version, age, GUID, and feature signatures. |
Created with MrDocs