llvm::DbgRecord::getMarker

Return the DbgMarker that links this record to its position in a block.

Synopses

Declared in <llvm/IR/DebugProgramInstruction.h>

Return the DbgMarker that links this record to its position in a block.

DbgMarker*
getMarker();
» more...

Return the DbgMarker that links this record to its position in a block.

DbgMarker const*
getMarker() const;
» more...

Return Value

The marker that owns this record, or null.