llvm::operator<<

Write AliasSetTracker AST to stream OS.

Synopsis

Declared in <llvm/Analysis/AliasSetTracker.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    AliasSetTracker const& AST);

Return Value

The stream OS after writing.

Parameters

NameDescription
OSOutput stream.
ASTAlias set tracker to print.