class ProfOStream

Declaration

class ProfOStream { /* full declaration omitted */ };

Declared at: llvm/lib/ProfileData/InstrProfWriter.cpp:48

Member Variables

public bool IsFDOStream
public llvm::raw_ostream& OS
public support::endian::Writer LE

Method Overview

  • public ProfOStream(llvm::raw_fd_ostream & FD)
  • public ProfOStream(llvm::raw_string_ostream & STR)
  • public void patch(PatchItem * P, int NItems)
  • public uint64_t tell()
  • public void write(uint64_t V)

Methods

ProfOStream(llvm::raw_fd_ostream& FD)

Declared at: llvm/lib/ProfileData/InstrProfWriter.cpp:50

Parameters

llvm::raw_fd_ostream& FD

ProfOStream(llvm::raw_string_ostream& STR)

Declared at: llvm/lib/ProfileData/InstrProfWriter.cpp:52

Parameters

llvm::raw_string_ostream& STR

void patch(PatchItem* P, int NItems)

Declared at: llvm/lib/ProfileData/InstrProfWriter.cpp:61

Parameters

PatchItem* P
int NItems

uint64_t tell()

Declared at: llvm/lib/ProfileData/InstrProfWriter.cpp:55

void write(uint64_t V)

Declared at: llvm/lib/ProfileData/InstrProfWriter.cpp:56

Parameters

uint64_t V