llvm::operator<<

Print DV to OS.

Synopsis

Declared in <llvm/Transforms/Utils/DebugSSAUpdater.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    DbgValueDef const& DV);

Return Value

The output stream OS.

Parameters

NameDescription
OSStream to print to.
DVDebug value definition to print.