Print INLINEASM operand OpNo of MI to OS.
Declared in <llvm/CodeGen/AsmPrinter.h>
virtual
bool
PrintAsmOperand(
MachineInstr const* MI,
unsigned int OpNo,
char const* ExtraCode,
raw_ostream& OS);
Targets should override this to format operands appropriately.
True if the operand is erroneous.
| Name | Description |
|---|---|
| MI | INLINEASM instruction being printed. |
| OpNo | Operand index within MI. |
| ExtraCode | Optional modifier characters from the asm string. |
| OS | Output stream. |