LLVM 20.0.0git
|
The header preceding the global PDB Stream (Stream 1) More...
#include "llvm/DebugInfo/PDB/Native/RawTypes.h"
Public Attributes | |
support::ulittle32_t | Version |
support::ulittle32_t | Signature |
support::ulittle32_t | Age |
codeview::GUID | Guid |
The header preceding the global PDB Stream (Stream 1)
Definition at line 304 of file RawTypes.h.
support::ulittle32_t llvm::pdb::InfoStreamHeader::Age |
Definition at line 307 of file RawTypes.h.
Referenced by llvm::pdb::InfoStream::getAge().
codeview::GUID llvm::pdb::InfoStreamHeader::Guid |
Definition at line 308 of file RawTypes.h.
Referenced by llvm::pdb::InfoStream::getGuid().
support::ulittle32_t llvm::pdb::InfoStreamHeader::Signature |
Definition at line 306 of file RawTypes.h.
Referenced by llvm::pdb::InfoStream::getSignature().
support::ulittle32_t llvm::pdb::InfoStreamHeader::Version |
Definition at line 305 of file RawTypes.h.
Referenced by llvm::pdb::InfoStream::getVersion(), and llvm::pdb::InfoStream::reload().