LLVM
8.0.1
|
#include "llvm/ProfileData/InstrProf.h"
Public Attributes | |
uint64_t | Magic |
uint64_t | Version |
uint64_t | Unused |
uint64_t | HashType |
uint64_t | HashOffset |
Definition at line 903 of file InstrProf.h.
uint64_t llvm::IndexedInstrProf::Header::HashOffset |
Definition at line 908 of file InstrProf.h.
Referenced by setSummary().
uint64_t llvm::IndexedInstrProf::Header::HashType |
Definition at line 907 of file InstrProf.h.
Referenced by setSummary().
uint64_t llvm::IndexedInstrProf::Header::Magic |
Definition at line 904 of file InstrProf.h.
Referenced by setSummary().
uint64_t llvm::IndexedInstrProf::Header::Unused |
Definition at line 906 of file InstrProf.h.
Referenced by setSummary().
uint64_t llvm::IndexedInstrProf::Header::Version |
Definition at line 905 of file InstrProf.h.
Referenced by setSummary().