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.

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

DbgMarker const*
getMarker() const;

Return Value

The marker that owns this record, or null.

Created with MrDocs