LLVM API Documentation
Profiling information for a single function. More...
#include <InstrProfReader.h>

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 |
Profiling information for a single function.
Definition at line 33 of file InstrProfReader.h.
| llvm::InstrProfRecord::InstrProfRecord | ( | ) | [inline] |
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.
| ArrayRef<uint64_t> llvm::InstrProfRecord::Counts |
Definition at line 39 of file InstrProfReader.h.
Referenced by llvm::TextInstrProfReader::readNextRecord(), llvm::RawInstrProfReader< IntPtrT >::readNextRecord(), and llvm::IndexedInstrProfReader::readNextRecord().
| uint64_t llvm::InstrProfRecord::Hash |
Definition at line 38 of file InstrProfReader.h.
Referenced by llvm::TextInstrProfReader::readNextRecord(), llvm::RawInstrProfReader< IntPtrT >::readNextRecord(), and llvm::IndexedInstrProfReader::readNextRecord().
Definition at line 37 of file InstrProfReader.h.
Referenced by llvm::TextInstrProfReader::readNextRecord(), llvm::RawInstrProfReader< IntPtrT >::readNextRecord(), and llvm::IndexedInstrProfReader::readNextRecord().