LLVM 19.0.0git
Classes | Functions | Variables
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 1305 of file InstrProf.h.

◆ getMagic< uint64_t >()

Definition at line 1301 of file InstrProf.h.

Variable Documentation

◆ Version

const uint64_t llvm::RawInstrProf::Version = INSTR_PROF_RAW_VERSION

Definition at line 1298 of file InstrProf.h.