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

Name

Description

OS

‐ Stream to print to.

Label

‐ Label to print.

Created with MrDocs