Stream insertion operator
Declared in <llvm/CodeGen/MachineBasicBlock.h>
raw_ostream&
operator<<(
raw_ostream& OS,
MachineBasicBlock const& MBB);
Reference to the current output stream
| Name | Description |
|---|---|
| OS | An output stream |
| MBB | The object to output |