llvm::MCObjectStreamer::emitDwarfLineEndEntry

Emit the debug line end entry for Section.

Synopsis

Declared in <llvm/MC/MCObjectStreamer.h>

virtual
void
emitDwarfLineEndEntry(
    MCSection* Section,
    MCSymbol* LastLabel,
    MCSymbol* EndLabel = nullptr) override;

Parameters

NameDescription
Section- Section whose line-table contribution is being ended.
LastLabel- Last line-table label emitted for Section.
EndLabel- Optional explicit end label; created if null.