LLVM 22.0.0git
llvm::RawInstrProf Namespace Reference

Classes

struct  Header
struct  ProfileData
struct  VTableProfileData

Functions

template<class IntPtrT>
uint64_t getMagic ()
template<>
uint64_t getMagic< uint64_t > ()
template<>
uint64_t getMagic< uint32_t > ()

Variables

const uint64_t Version = INSTR_PROF_RAW_VERSION

Function Documentation

◆ getMagic()

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

◆ getMagic< uint32_t >()

Definition at line 1333 of file InstrProf.h.

References INSTR_PROF_RAW_MAGIC_32.

◆ getMagic< uint64_t >()

Definition at line 1329 of file InstrProf.h.

References INSTR_PROF_RAW_MAGIC_64.

Variable Documentation

◆ Version

const uint64_t llvm::RawInstrProf::Version = INSTR_PROF_RAW_VERSION

Definition at line 1326 of file InstrProf.h.