Set the corresponding MCInst operand number.

Synopsis

Declared in <llvm/MC/MCParser/MCParsedAsmOperand.h>

void
setMCOperandNum(unsigned int OpNum);

Description

Only valid when parsing MS‐style inline assembly.

Parameters

Name

Description

OpNum

Operand index in the MCInst.

Created with MrDocs