getDebugOperand overloads

Synopses

Declared in <llvm/CodeGen/MachineInstr.h>

Return the debug operand at Index within debug_operands().

MachineOperand&
getDebugOperand(unsigned int Index);

Return the const debug operand at Index within debug_operands().

MachineOperand const&
getDebugOperand(unsigned int Index) const;

Return Value

  • Mutable reference to the debug operand.

  • Const reference to the debug operand.

Parameters

Name

Description

Index

Index into the debug operand range.

Created with MrDocs