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

#include <InstrProf.h>

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

Public Attributes

uint64_t Magic
 
uint64_t Version
 
uint64_t Unused
 
uint64_t HashType
 
uint64_t HashOffset
 

Detailed Description

Definition at line 807 of file InstrProf.h.

Member Data Documentation

uint64_t llvm::IndexedInstrProf::Header::HashOffset

Definition at line 812 of file InstrProf.h.

uint64_t llvm::IndexedInstrProf::Header::HashType

Definition at line 811 of file InstrProf.h.

uint64_t llvm::IndexedInstrProf::Header::Magic

Definition at line 808 of file InstrProf.h.

uint64_t llvm::IndexedInstrProf::Header::Unused

Definition at line 810 of file InstrProf.h.

uint64_t llvm::IndexedInstrProf::Header::Version

Definition at line 809 of file InstrProf.h.


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