|
LLVM
4.0.0
|
Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | CHECK_LINE_END(Line) |
| #define | READ_NUM(Str, Dst) |
| #define | VP_READ_ADVANCE(Val) |
Typedefs | |
| typedef InstrProfLookupTrait::data_type | data_type |
| typedef InstrProfLookupTrait::offset_type | offset_type |
Functions | |
| static Expected < std::unique_ptr < MemoryBuffer > > | setupMemoryBuffer (const Twine &Path) |
| static Error | initializeReader (InstrProfReader &Reader) |
| #define CHECK_LINE_END | ( | Line | ) |
| #define READ_NUM | ( | Str, | |
| Dst | |||
| ) |
| #define VP_READ_ADVANCE | ( | Val | ) |
Definition at line 466 of file InstrProfReader.cpp.
| typedef InstrProfLookupTrait::offset_type offset_type |
Definition at line 467 of file InstrProfReader.cpp.
|
static |
Definition at line 30 of file InstrProfReader.cpp.
References llvm::InstrProfReader::readHeader().
Referenced by llvm::InstrProfReader::create(), and llvm::IndexedInstrProfReader::create().
|
static |
Definition at line 22 of file InstrProfReader.cpp.
References llvm::errorCodeToError(), llvm::ErrorOr< T >::get(), llvm::ErrorOr< T >::getError(), and llvm::MemoryBuffer::getFileOrSTDIN().
Referenced by llvm::InstrProfReader::create(), and llvm::IndexedInstrProfReader::create().
1.8.6