llvm::pdb::operator<<

Write the name of a PDB_Machine enumerator to OS.

Synopsis

Declared in <llvm/DebugInfo/PDB/PDBExtras.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    PDB_Machine const& Machine);

Return Value

A reference to OS.

Parameters

NameDescription
OSThe stream to write to.
MachineThe target-machine enumerator to print.