llvm::MachineInstr::getDebugVariableOp

getDebugVariableOp overloads

Synopses

Declared in <llvm/CodeGen/MachineInstr.h>

Return the const operand holding this DBG_VALUE's variable.

MachineOperand const&
getDebugVariableOp() const;
» more...

Return the mutable operand holding this DBG_VALUE's variable.

MachineOperand&
getDebugVariableOp();
» more...

Return Value

  • Const reference to the debug variable operand.
  • Mutable reference to the debug variable operand.