Write a printed liveness reference map to OS.

Synopsis

Declared in <llvm/CodeGen/RDFLiveness.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    Print<Liveness::RefMap> const& P);

Return Value

Reference to OS.

Parameters

Name

Description

OS

Output stream.

P

Print wrapper holding the reference map.

Created with MrDocs