Returns the debug location of this MachineInstr.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

DebugLoc const&
getDebugLoc() const;

Return Value

Debug location attached to this instruction.

Created with MrDocs