|
LLVM
3.7.0
|
Profiling information for a single function. More...
#include <InstrProf.h>
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 |
Profiling information for a single function.
Definition at line 48 of file InstrProf.h.
|
inline |
Definition at line 49 of file InstrProf.h.
|
inline |
Definition at line 50 of file InstrProf.h.
| std::vector<uint64_t> llvm::InstrProfRecord::Counts |
Definition at line 54 of file InstrProf.h.
Referenced by llvm::TextInstrProfReader::readNextRecord(), and llvm::RawInstrProfReader< IntPtrT >::readNextRecord().
| uint64_t llvm::InstrProfRecord::Hash |
Definition at line 53 of file InstrProf.h.
Referenced by llvm::TextInstrProfReader::readNextRecord(), and llvm::RawInstrProfReader< IntPtrT >::readNextRecord().
| StringRef llvm::InstrProfRecord::Name |
Definition at line 52 of file InstrProf.h.
Referenced by llvm::TextInstrProfReader::readNextRecord(), and llvm::RawInstrProfReader< IntPtrT >::readNextRecord().
1.8.6