LLVM API Documentation

Public Member Functions | Public Attributes
llvm::InstrProfRecord Struct Reference

Profiling information for a single function. More...

#include <InstrProfReader.h>

Collaboration diagram for llvm::InstrProfRecord:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 InstrProfRecord ()
 InstrProfRecord (StringRef Name, uint64_t Hash, ArrayRef< uint64_t > Counts)

Public Attributes

StringRef Name
uint64_t Hash
ArrayRef< uint64_t > Counts

Detailed Description

Profiling information for a single function.

Definition at line 33 of file InstrProfReader.h.


Constructor & Destructor Documentation

Definition at line 34 of file InstrProfReader.h.

llvm::InstrProfRecord::InstrProfRecord ( StringRef  Name,
uint64_t  Hash,
ArrayRef< uint64_t >  Counts 
) [inline]

Definition at line 35 of file InstrProfReader.h.


Member Data Documentation


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