llvm::operator<<

Write live range R to stream OS.

Synopsis

Declared in <llvm/Analysis/StackLifetime.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    StackLifetime::LiveRange const& R);

Return Value

Reference to OS.

Parameters

NameDescription
OSOutput stream.
RLive range to print.