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

Name

Description

OS

Output stream.

R

Live range to print.

Created with MrDocs