LLVM 22.0.0git
llvm::pdb::TpiStreamHeader Struct Reference

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

Classes

struct  EmbeddedBuf

Public Attributes

support::ulittle32_t Version
support::ulittle32_t HeaderSize
support::ulittle32_t TypeIndexBegin
support::ulittle32_t TypeIndexEnd
support::ulittle32_t TypeRecordBytes
support::ulittle16_t HashStreamIndex
support::ulittle16_t HashAuxStreamIndex
support::ulittle32_t HashKeySize
support::ulittle32_t NumHashBuckets
EmbeddedBuf HashValueBuffer
EmbeddedBuf IndexOffsetBuffer
EmbeddedBuf HashAdjBuffer

Detailed Description

Definition at line 277 of file RawTypes.h.

Member Data Documentation

◆ HashAdjBuffer

EmbeddedBuf llvm::pdb::TpiStreamHeader::HashAdjBuffer

Definition at line 297 of file RawTypes.h.

◆ HashAuxStreamIndex

support::ulittle16_t llvm::pdb::TpiStreamHeader::HashAuxStreamIndex

Definition at line 291 of file RawTypes.h.

◆ HashKeySize

support::ulittle32_t llvm::pdb::TpiStreamHeader::HashKeySize

Definition at line 292 of file RawTypes.h.

◆ HashStreamIndex

support::ulittle16_t llvm::pdb::TpiStreamHeader::HashStreamIndex

Definition at line 290 of file RawTypes.h.

◆ HashValueBuffer

EmbeddedBuf llvm::pdb::TpiStreamHeader::HashValueBuffer

Definition at line 295 of file RawTypes.h.

◆ HeaderSize

support::ulittle32_t llvm::pdb::TpiStreamHeader::HeaderSize

Definition at line 284 of file RawTypes.h.

◆ IndexOffsetBuffer

EmbeddedBuf llvm::pdb::TpiStreamHeader::IndexOffsetBuffer

Definition at line 296 of file RawTypes.h.

◆ NumHashBuckets

support::ulittle32_t llvm::pdb::TpiStreamHeader::NumHashBuckets

Definition at line 293 of file RawTypes.h.

◆ TypeIndexBegin

support::ulittle32_t llvm::pdb::TpiStreamHeader::TypeIndexBegin

Definition at line 285 of file RawTypes.h.

◆ TypeIndexEnd

support::ulittle32_t llvm::pdb::TpiStreamHeader::TypeIndexEnd

Definition at line 286 of file RawTypes.h.

◆ TypeRecordBytes

support::ulittle32_t llvm::pdb::TpiStreamHeader::TypeRecordBytes

Definition at line 287 of file RawTypes.h.

◆ Version

support::ulittle32_t llvm::pdb::TpiStreamHeader::Version

Definition at line 283 of file RawTypes.h.


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