Print MO to OS.

Synopsis

Declared in <llvm/CodeGen/MachineOperand.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    MachineOperand const& MO);

Return Value

A reference to OS.

Parameters

Name

Description

OS

Stream to print to.

MO

Operand to print.

Created with MrDocs