llvm::operator<<

Print Label to OS.

Synopsis

Declared in <llvm/MC/MCLabel.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    MCLabel const& Label);

Return Value

A reference to OS.

Parameters

NameDescription
OS- Stream to print to.
Label- Label to print.