Print Context to OS.

Synopsis

Declared in <llvm/ProfileData/SampleProf.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    SampleContext const& Context);

Return Value

The output stream OS.

Parameters

Name

Description

OS

Output stream that receives the printed context.

Context

Sample context to print.

Created with MrDocs