LLVM
8.0.1
|
Public Member Functions | |
ProfOStream (raw_fd_ostream &FD) | |
ProfOStream (raw_string_ostream &STR) | |
uint64_t | tell () |
void | write (uint64_t V) |
void | patch (PatchItem *P, int NItems) |
Public Attributes | |
bool | IsFDOStream |
raw_ostream & | OS |
support::endian::Writer | LE |
Definition at line 49 of file InstrProfWriter.cpp.
|
inline |
Definition at line 51 of file InstrProfWriter.cpp.
|
inline |
Definition at line 53 of file InstrProfWriter.cpp.
|
inline |
Definition at line 62 of file InstrProfWriter.cpp.
References PatchItem::D, D, llvm::Data, I, PatchItem::N, llvm::raw_fd_ostream::seek(), llvm::raw_string_ostream::str(), and write().
Referenced by setSummary().
|
inline |
Definition at line 56 of file InstrProfWriter.cpp.
Referenced by setSummary().
|
inline |
Definition at line 57 of file InstrProfWriter.cpp.
References llvm::AArch64CC::LE.
Referenced by setSummary().
bool llvm::ProfOStream::IsFDOStream |
Definition at line 87 of file InstrProfWriter.cpp.
support::endian::Writer llvm::ProfOStream::LE |
Definition at line 89 of file InstrProfWriter.cpp.
raw_ostream& llvm::ProfOStream::OS |
Definition at line 88 of file InstrProfWriter.cpp.
Referenced by setSummary().