Emit a raw DWARF line‐address advance from LastLabel to Label.

Synopsis

Declared in <llvm/MC/MCObjectStreamer.h>

virtual
void
emitDwarfAdvanceLineAddr(
    int64_t LineDelta,
    MCSymbol const* LastLabel,
    MCSymbol const* Label,
    unsigned int PointerSize) override;

Parameters

Name

Description

LineDelta

‐ Change in line number since the previous entry.

LastLabel

‐ Previous address label, or null at the start.

Label

‐ Current address label.

PointerSize

‐ Size of a target address in bytes.

Created with MrDocs