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 |
Definition at line 186 of file CodeGenData.h.
Definition at line 142 of file CodeGenData.cpp.
References llvm::bad_magic, llvm::IndexedCGData::CurrentVersion, H, llvm::IndexedCGData::Magic, llvm::unsupported_version, and llvm::IndexedCGData::Version1.
Referenced by llvm::IndexedCodeGenDataReader::read().
uint32_t llvm::IndexedCGData::Header::DataKind |
Definition at line 189 of file CodeGenData.h.
uint64_t llvm::IndexedCGData::Header::Magic |
Definition at line 187 of file CodeGenData.h.
uint64_t llvm::IndexedCGData::Header::OutlinedHashTreeOffset |
Definition at line 190 of file CodeGenData.h.
Referenced by llvm::IndexedCodeGenDataReader::read().
uint32_t llvm::IndexedCGData::Header::Version |
Definition at line 188 of file CodeGenData.h.