llvm::gsym::operator<<

Stream a human-readable representation of CSIC to OS.

Synopsis

Declared in <llvm/DebugInfo/GSYM/CallSiteInfo.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    CallSiteInfoCollection const& CSIC);

Return Value

A reference to OS.

Parameters

NameDescription
OSDestination stream.
CSICCall site info collection to print.