LLVM 20.0.0git
|
#include "llvm/CGData/CodeGenData.h"
Static Public Member Functions | |
static Expected< Header > | readFromBuffer (const unsigned char *Curr) |
Public Attributes | |
uint64_t | Magic |
uint32_t | Version |
uint32_t | DataKind |
uint64_t | OutlinedHashTreeOffset |
uint64_t | StableFunctionMapOffset |
Definition at line 288 of file CodeGenData.h.
Definition at line 176 of file CodeGenData.cpp.
References llvm::bad_magic, llvm::IndexedCGData::CurrentVersion, H, llvm::IndexedCGData::Magic, llvm::unsupported_version, and llvm::IndexedCGData::Version2.
Referenced by llvm::IndexedCodeGenDataReader::read().
uint32_t llvm::IndexedCGData::Header::DataKind |
Definition at line 291 of file CodeGenData.h.
uint64_t llvm::IndexedCGData::Header::Magic |
Definition at line 289 of file CodeGenData.h.
uint64_t llvm::IndexedCGData::Header::OutlinedHashTreeOffset |
Definition at line 292 of file CodeGenData.h.
Referenced by llvm::IndexedCodeGenDataReader::read().
uint64_t llvm::IndexedCGData::Header::StableFunctionMapOffset |
Definition at line 293 of file CodeGenData.h.
Referenced by llvm::IndexedCodeGenDataReader::read().
uint32_t llvm::IndexedCGData::Header::Version |
Definition at line 290 of file CodeGenData.h.