Print an abstract state to an output stream.

Synopsis

Declared in <llvm/Transforms/IPO/Attributor.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    AbstractState const& State);

Return Value

The output stream OS.

Parameters

Name

Description

OS

The output stream.

State

The abstract state to print.

Created with MrDocs