LLVM: llvm::IndexedInstrProf::Header Struct Reference (original) (raw)
#include "[llvm/ProfileData/InstrProf.h](InstrProf%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| uint64_t | Magic = IndexedInstrProf::Magic |
| uint64_t | Version = 0 |
| uint64_t | Unused = 0 |
| uint64_t | HashType = static_cast<uint64_t>(IndexedInstrProf::HashType) |
| uint64_t | HashOffset = 0 |
| uint64_t | MemProfOffset = 0 |
| uint64_t | BinaryIdOffset = 0 |
| uint64_t | TemporalProfTracesOffset = 0 |
| uint64_t | VTableNamesOffset = 0 |
Definition at line 1192 of file InstrProf.h.
◆ getIndexedProfileVersion()
| uint64_t llvm::IndexedInstrProf::Header::getIndexedProfileVersion | ( | ) | const |
|---|
◆ readFromBuffer()
◆ size()
| size_t llvm::IndexedInstrProf::Header::size | ( | ) | const |
|---|
◆ BinaryIdOffset
uint64_t llvm::IndexedInstrProf::Header::BinaryIdOffset = 0
◆ HashOffset
uint64_t llvm::IndexedInstrProf::Header::HashOffset = 0
◆ HashType
uint64_t llvm::IndexedInstrProf::Header::HashType = static_cast<uint64_t>(IndexedInstrProf::HashType)
◆ Magic
uint64_t llvm::IndexedInstrProf::Header::Magic = IndexedInstrProf::Magic
◆ MemProfOffset
uint64_t llvm::IndexedInstrProf::Header::MemProfOffset = 0
◆ TemporalProfTracesOffset
uint64_t llvm::IndexedInstrProf::Header::TemporalProfTracesOffset = 0
◆ Unused
uint64_t llvm::IndexedInstrProf::Header::Unused = 0
◆ Version
uint64_t llvm::IndexedInstrProf::Header::Version = 0
◆ VTableNamesOffset
uint64_t llvm::IndexedInstrProf::Header::VTableNamesOffset = 0
The documentation for this struct was generated from the following files:
- include/llvm/ProfileData/InstrProf.h
- lib/ProfileData/InstrProf.cpp