LLVM  4.0.0
Classes | Namespaces | Typedefs
InstrProfReader.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ProfileData/InstrProf.h"
#include "llvm/Support/EndianStream.h"
#include "llvm/Support/LineIterator.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/OnDiskHashTable.h"
#include "llvm/Support/raw_ostream.h"
#include <iterator>
Include dependency graph for InstrProfReader.h:
This graph shows which files directly or indirectly include this file:

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...
 
struct  llvm::InstrProfReaderIndexBase
 
class  llvm::InstrProfReaderIndex< HashTableImpl >
 
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::OnDiskHashTableImplV3