Write a PseudoSourceValue to a stream.
Declared in <llvm/CodeGen/PseudoSourceValue.h>
raw_ostream&
operator<<(
raw_ostream& OS,
PseudoSourceValue const* PSV);
The stream OS after writing.
| Name | Description |
|---|---|
| OS | Stream to write to. |
| PSV | Pseudo source value to print; may be null. |