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