LLVM  8.0.1
Public Attributes | List of all members
llvm::IndexedInstrProf::Header Struct Reference

#include "llvm/ProfileData/InstrProf.h"

Collaboration diagram for llvm::IndexedInstrProf::Header:
Collaboration graph
[legend]

Public Attributes

uint64_t Magic
 
uint64_t Version
 
uint64_t Unused
 
uint64_t HashType
 
uint64_t HashOffset
 

Detailed Description

Definition at line 903 of file InstrProf.h.

Member Data Documentation

◆ HashOffset

uint64_t llvm::IndexedInstrProf::Header::HashOffset

Definition at line 908 of file InstrProf.h.

Referenced by setSummary().

◆ HashType

uint64_t llvm::IndexedInstrProf::Header::HashType

Definition at line 907 of file InstrProf.h.

Referenced by setSummary().

◆ Magic

uint64_t llvm::IndexedInstrProf::Header::Magic

Definition at line 904 of file InstrProf.h.

Referenced by setSummary().

◆ Unused

uint64_t llvm::IndexedInstrProf::Header::Unused

Definition at line 906 of file InstrProf.h.

Referenced by setSummary().

◆ Version

uint64_t llvm::IndexedInstrProf::Header::Version

Definition at line 905 of file InstrProf.h.

Referenced by setSummary().


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