llvm::rdf::operator<<

Write a printed register reference to OS.

Synopsis

Declared in <llvm/CodeGen/RDFGraph.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    Print<RegisterRef> const& P);

Return Value

Reference to OS.

Parameters

NameDescription
OSOutput stream.
PPrint wrapper holding the register reference.