llvm::MachineInstr::debug_operands

Return operands that determine the variable location for this debug value.

Synopses

Declared in <llvm/CodeGen/MachineInstr.h>

Return operands that determine the variable location for this debug value.

mop_range
debug_operands();
» more...

Return operands that determine the variable location for this debug value.

const_mop_range
debug_operands() const;
» more...

Return Value

  • Mutable range of debug location operands.
  • Const range of debug location operands.