Stream insertion operator
Synopsis
Declared in <llvm/CodeGen/MachineOperand.h>
raw_ostream&
operator<<(
raw_ostream& OS,
MachineOperand const& MO);
Return Value
Reference to the current output stream
Parameters
Name |
Description |
OS |
An output stream |
MO |
The object to output |
Created with MrDocs