LLVM  8.0.1
Public Types | Public Attributes | List of all members
llvm::pdb::GSIHashHeader Struct Reference

Header of the hash tables found in the globals and publics sections. More...

#include "llvm/DebugInfo/PDB/Native/RawTypes.h"

Collaboration diagram for llvm::pdb::GSIHashHeader:
Collaboration graph
[legend]

Public Types

enum  : unsigned { HdrSignature = ~0U, HdrVersion = 0xeffe0000 + 19990810 }
 

Public Attributes

support::ulittle32_t VerSignature
 
support::ulittle32_t VerHdr
 
support::ulittle32_t HrSize
 
support::ulittle32_t NumBuckets
 

Detailed Description

Header of the hash tables found in the globals and publics sections.

Based on GSIHashHdr in https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.h

Definition at line 29 of file RawTypes.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : unsigned
Enumerator
HdrSignature 
HdrVersion 

Definition at line 30 of file RawTypes.h.

Member Data Documentation

◆ HrSize

support::ulittle32_t llvm::pdb::GSIHashHeader::HrSize

◆ NumBuckets

support::ulittle32_t llvm::pdb::GSIHashHeader::NumBuckets

◆ VerHdr

support::ulittle32_t llvm::pdb::GSIHashHeader::VerHdr

◆ VerSignature

support::ulittle32_t llvm::pdb::GSIHashHeader::VerSignature

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