getDebugVariableOp overloads
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...