Print unwind table Rows to OS.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFUnwindTablePrinter.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    UnwindTable const& Rows);

Return Value

OS after printing Rows.

Parameters

Name

Description

OS

Output stream to write to.

Rows

Unwind table to print.

Created with MrDocs