LLVM  3.7.0
Public Member Functions | Public Attributes | List of all members
llvm::InstrProfRecord Struct Reference

Profiling information for a single function. More...

#include <InstrProf.h>

Collaboration diagram for llvm::InstrProfRecord:
[legend]

Public Member Functions

 InstrProfRecord ()
 
 InstrProfRecord (StringRef Name, uint64_t Hash, std::vector< uint64_t > Counts)
 

Public Attributes

StringRef Name
 
uint64_t Hash
 
std::vector< uint64_t > Counts
 

Detailed Description

Profiling information for a single function.

Definition at line 48 of file InstrProf.h.

Constructor & Destructor Documentation

llvm::InstrProfRecord::InstrProfRecord ( )
inline

Definition at line 49 of file InstrProf.h.

llvm::InstrProfRecord::InstrProfRecord ( StringRef  Name,
uint64_t  Hash,
std::vector< uint64_t >  Counts 
)
inline

Definition at line 50 of file InstrProf.h.

Member Data Documentation

std::vector<uint64_t> llvm::InstrProfRecord::Counts
uint64_t llvm::InstrProfRecord::Hash
StringRef llvm::InstrProfRecord::Name

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