LLVM  4.0.0
Classes | Functions | Variables
llvm::RawInstrProf Namespace Reference

Classes

struct  Header
 

Functions

template<class IntPtrT >
uint64_t getMagic ()
 
template<>
uint64_t getMagic< uint64_t > ()
 
template<>
uint64_t getMagic< uint32_t > ()
 
template<class IntPtrT >
struct LLVM_ALIGNAS (8) ProfileData
 

Variables

const uint64_t Version = INSTR_PROF_RAW_VERSION
 

Function Documentation

template<class IntPtrT >
uint64_t llvm::RawInstrProf::getMagic ( )
inline
template<>
uint64_t llvm::RawInstrProf::getMagic< uint32_t > ( )
inline

Definition at line 915 of file InstrProf.h.

template<>
uint64_t llvm::RawInstrProf::getMagic< uint64_t > ( )
inline

Definition at line 911 of file InstrProf.h.

template<class IntPtrT >
struct llvm::RawInstrProf::LLVM_ALIGNAS ( )

Definition at line 924 of file InstrProf.h.

Variable Documentation

const uint64_t llvm::RawInstrProf::Version = INSTR_PROF_RAW_VERSION

Definition at line 908 of file InstrProf.h.