Write an architecture set to a raw output stream.

Synopsis

Declared in <llvm/TextAPI/ArchitectureSet.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    ArchitectureSet Set);

Return Value

Reference to OS.

Parameters

Name

Description

OS

Output stream to write to.

Set

Architecture set to print.

Created with MrDocs