Stream a human-readable representation of CSIC to OS.
Declared in <llvm/DebugInfo/GSYM/CallSiteInfo.h>
raw_ostream&
operator<<(
raw_ostream& OS,
CallSiteInfoCollection const& CSIC);
A reference to OS.
| Name | Description |
|---|---|
| OS | Destination stream. |
| CSIC | Call site info collection to print. |