Create a CFI instruction index machine operand.
Declared in <llvm/CodeGen/MachineOperand.h>
static
MachineOperand
CreateCFIIndex(unsigned int CFIIndex);
A new MO_CFIIndex MachineOperand.
| Name | Description |
|---|---|
| CFIIndex | Index into the function's CFI instruction list. |