|
LLVM
4.0.0
|
Header of the hash tables found in the globals and publics sections. More...
#include <GSI.h>
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 |
Header of the hash tables found in the globals and publics sections.
Based on GSIHashHeader in https://github.com/Microsoft/microsoft-pdb/blob/master/PDB/dbi/gsi.h
| support::ulittle32_t llvm::pdb::GSIHashHeader::HrSize |
Definition at line 55 of file GSI.h.
Referenced by llvm::pdb::readGSIHashRecords().
| support::ulittle32_t llvm::pdb::GSIHashHeader::NumBuckets |
| support::ulittle32_t llvm::pdb::GSIHashHeader::VerHdr |
Definition at line 54 of file GSI.h.
Referenced by llvm::pdb::checkHashHdrVersion().
| support::ulittle32_t llvm::pdb::GSIHashHeader::VerSignature |
Definition at line 53 of file GSI.h.
Referenced by llvm::pdb::readGSIHashHeader().
1.8.6