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