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