LLVM 20.0.0git
Static Public Member Functions | Public Attributes | List of all members
llvm::IndexedCGData::Header Struct Reference

#include "llvm/CGData/CodeGenData.h"

Static Public Member Functions

static Expected< HeaderreadFromBuffer (const unsigned char *Curr)
 

Public Attributes

uint64_t Magic
 
uint32_t Version
 
uint32_t DataKind
 
uint64_t OutlinedHashTreeOffset
 

Detailed Description

Definition at line 186 of file CodeGenData.h.

Member Function Documentation

◆ readFromBuffer()

Expected< Header > llvm::IndexedCGData::Header::readFromBuffer ( const unsigned char Curr)
static

Member Data Documentation

◆ DataKind

uint32_t llvm::IndexedCGData::Header::DataKind

Definition at line 189 of file CodeGenData.h.

◆ Magic

uint64_t llvm::IndexedCGData::Header::Magic

Definition at line 187 of file CodeGenData.h.

◆ OutlinedHashTreeOffset

uint64_t llvm::IndexedCGData::Header::OutlinedHashTreeOffset

Definition at line 190 of file CodeGenData.h.

Referenced by llvm::IndexedCodeGenDataReader::read().

◆ Version

uint32_t llvm::IndexedCGData::Header::Version

Definition at line 188 of file CodeGenData.h.


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