Write AliasSet AS to stream OS.

Synopsis

Declared in <llvm/Analysis/AliasSetTracker.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    AliasSet const& AS);

Return Value

The stream OS after writing.

Parameters

Name

Description

OS

Output stream.

AS

Alias set to print.

Created with MrDocs