llvm::MachineOperand::CreateCFIIndex

Create a CFI instruction index machine operand.

Synopsis

Declared in <llvm/CodeGen/MachineOperand.h>

static
MachineOperand
CreateCFIIndex(unsigned int CFIIndex);

Return Value

A new MO_CFIIndex MachineOperand.

Parameters

NameDescription
CFIIndexIndex into the function's CFI instruction list.