|
LLVM
3.7.0
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ProfileData/InstrProf.h"#include "llvm/Support/EndianStream.h"#include "llvm/Support/ErrorOr.h"#include "llvm/Support/LineIterator.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/OnDiskHashTable.h"#include <iterator>Go to the source code of this file.
Classes | |
| class | llvm::InstrProfIterator |
| A file format agnostic iterator over profiling data. More... | |
| class | llvm::InstrProfReader |
| Base class and interface for reading profiling data of any known instrprof format. More... | |
| class | llvm::TextInstrProfReader |
| Reader for the simple text based instrprof format. More... | |
| class | llvm::RawInstrProfReader< IntPtrT > |
| Reader for the raw instrprof binary format from runtime. More... | |
| class | llvm::InstrProfLookupTrait |
| Trait for lookups into the on-disk hash table for the binary instrprof format. More... | |
| class | llvm::IndexedInstrProfReader |
| Reader for the indexed binary instrprof format. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::IndexedInstrProf | |
Typedefs | |
| typedef RawInstrProfReader < uint32_t > | llvm::RawInstrProfReader32 |
| typedef RawInstrProfReader < uint64_t > | llvm::RawInstrProfReader64 |
| typedef OnDiskIterableChainedHashTable < InstrProfLookupTrait > | llvm::InstrProfReaderIndex |
1.8.6