llvm::sandboxir::operator<<

Print Pass to OS.

Synopsis

Declared in <llvm/SandboxIR/Pass.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    Pass const& Pass);

Return Value

OS after printing Pass.

Parameters

NameDescription
OSOutput stream.
PassPass to print.