|
LLVM
4.0.0
|
Public Member Functions | |
| ProfOStream (llvm::raw_fd_ostream &FD) | |
| ProfOStream (llvm::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 < support::little > | LE |
Definition at line 43 of file InstrProfWriter.cpp.
|
inline |
Definition at line 46 of file InstrProfWriter.cpp.
|
inline |
Definition at line 47 of file InstrProfWriter.cpp.
|
inline |
Definition at line 56 of file InstrProfWriter.cpp.
References PatchItem::D, D, I, IsFDOStream, PatchItem::N, OS, llvm::raw_fd_ostream::seek(), llvm::raw_string_ostream::str(), and write().
|
inline |
Definition at line 50 of file InstrProfWriter.cpp.
References OS, and llvm::raw_ostream::tell().
|
inline |
Definition at line 51 of file InstrProfWriter.cpp.
References LE, and llvm::support::endian::Writer< endian >::write().
Referenced by patch().
| bool llvm::ProfOStream::IsFDOStream |
Definition at line 81 of file InstrProfWriter.cpp.
Referenced by patch().
| support::endian::Writer<support::little> llvm::ProfOStream::LE |
Definition at line 83 of file InstrProfWriter.cpp.
Referenced by llvm::InstrProfRecordWriterTrait::EmitData(), llvm::InstrProfRecordWriterTrait::EmitKeyDataLength(), and write().
| raw_ostream& llvm::ProfOStream::OS |
Definition at line 82 of file InstrProfWriter.cpp.
1.8.6