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