Print the ARCInstKind Class to stream OS.
Synopsis
Declared in <llvm/Analysis/ObjCARCInstKind.h>
raw_ostream&
operator<<(
raw_ostream& OS,
ARCInstKind const Class);
Return Value
The stream OS after writing.
Parameters
Name |
Description |
OS |
Stream to write the ARCInstKind name to. |
Class |
ARC instruction kind to print. |
Created with MrDocs