getDebugExpressionOp overloads
Synopses
Declared in <llvm/CodeGen/MachineInstr.h>
Return the const operand holding this DBG_VALUE's expression.
MachineOperand const&
getDebugExpressionOp() const;
Return the mutable operand holding this DBG_VALUE's expression.
Return Value
-
Const reference to the debug expression operand.
-
Mutable reference to the debug expression operand.
Created with MrDocs