LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::ProfOStream Class Reference
Collaboration diagram for llvm::ProfOStream:
Collaboration graph
[legend]

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_ostreamOS
 
support::endian::Writer LE
 

Detailed Description

Definition at line 49 of file InstrProfWriter.cpp.

Constructor & Destructor Documentation

◆ ProfOStream() [1/2]

llvm::ProfOStream::ProfOStream ( raw_fd_ostream FD)
inline

Definition at line 51 of file InstrProfWriter.cpp.

◆ ProfOStream() [2/2]

llvm::ProfOStream::ProfOStream ( raw_string_ostream STR)
inline

Definition at line 53 of file InstrProfWriter.cpp.

Member Function Documentation

◆ patch()

void llvm::ProfOStream::patch ( PatchItem P,
int  NItems 
)
inline

◆ tell()

uint64_t llvm::ProfOStream::tell ( )
inline

Definition at line 56 of file InstrProfWriter.cpp.

Referenced by setSummary().

◆ write()

void llvm::ProfOStream::write ( uint64_t  V)
inline

Definition at line 57 of file InstrProfWriter.cpp.

References llvm::AArch64CC::LE.

Referenced by setSummary().

Member Data Documentation

◆ IsFDOStream

bool llvm::ProfOStream::IsFDOStream

Definition at line 87 of file InstrProfWriter.cpp.

◆ LE

support::endian::Writer llvm::ProfOStream::LE

Definition at line 89 of file InstrProfWriter.cpp.

◆ OS

raw_ostream& llvm::ProfOStream::OS

Definition at line 88 of file InstrProfWriter.cpp.

Referenced by setSummary().


The documentation for this class was generated from the following file: