Print a debug representation of the operand to the given stream.
Synopsis
Declared in <llvm/MC/MCParser/MCParsedAsmOperand.h>
virtual
void
print(
raw_ostream& OS,
MCAsmInfo const& MAI) const = 0;
Parameters
Name |
Description |
OS |
Stream to write the debug representation to. |
MAI |
Target assembly information used for printing. |
Created with MrDocs