llvm::DbgRecord::getInstruction

Return the instruction whose program position this record is attached to.

Synopses

Declared in <llvm/IR/DebugProgramInstruction.h>

Return the instruction whose program position this record is attached to.

Instruction*
getInstruction();
» more...

Return the instruction whose program position this record is attached to.

Instruction const*
getInstruction() const;
» more...

Return Value

The instruction this record is attached to.