LLVM API Documentation
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ProfileData/InstrProf.h"#include "llvm/Support/LineIterator.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/EndianStream.h"#include "llvm/Support/OnDiskHashTable.h"#include <iterator>

Go to the source code of this file.
Classes | |
| struct | llvm::InstrProfRecord |
| Profiling information for a single function. More... | |
| class | llvm::InstrProfIterator |
| A file format agnostic iterator over profiling data. More... | |
| class | llvm::InstrProfReader |
| class | llvm::TextInstrProfReader |
| class | llvm::RawInstrProfReader< IntPtrT > |
| struct | llvm::RawInstrProfReader< IntPtrT >::ProfileData |
| struct | llvm::RawInstrProfReader< IntPtrT >::RawHeader |
| class | llvm::InstrProfLookupTrait |
| struct | llvm::InstrProfLookupTrait::data_type |
| class | llvm::IndexedInstrProfReader |
| Reader for the indexed binary instrprof format. More... | |
Namespaces | |
| namespace | llvm |
List of target independent CodeGen pass IDs. | |
| namespace | llvm::IndexedInstrProf |
Typedefs | |
| typedef RawInstrProfReader < uint32_t > | llvm::RawInstrProfReader32 |
| typedef RawInstrProfReader < uint64_t > | llvm::RawInstrProfReader64 |
| typedef OnDiskIterableChainedHashTable < InstrProfLookupTrait > | llvm::InstrProfReaderIndex |