LLVM
15.0.0git
|
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 48 of file InstrProfWriter.cpp.
|
inline |
Definition at line 50 of file InstrProfWriter.cpp.
|
inline |
Definition at line 52 of file InstrProfWriter.cpp.
Definition at line 61 of file InstrProfWriter.cpp.
References D, llvm::Data, I, IsFDOStream, OS, P, llvm::raw_fd_ostream::seek(), llvm::raw_string_ostream::str(), support(), llvm::raw_ostream::tell(), and write().
|
inline |
Definition at line 55 of file InstrProfWriter.cpp.
References OS, and llvm::raw_ostream::tell().
|
inline |
Definition at line 56 of file InstrProfWriter.cpp.
References LE, and llvm::support::endian::Writer::write().
Referenced by patch().
bool llvm::ProfOStream::IsFDOStream |
Definition at line 91 of file InstrProfWriter.cpp.
Referenced by patch().
support::endian::Writer llvm::ProfOStream::LE |
Definition at line 93 of file InstrProfWriter.cpp.
Referenced by llvm::InstrProfRecordWriterTrait::EmitData(), llvm::InstrProfRecordWriterTrait::EmitKeyDataLength(), and write().
raw_ostream& llvm::ProfOStream::OS |
Definition at line 92 of file InstrProfWriter.cpp.