Emit the debug line end entry for Section.
Declared in <llvm/MC/MCObjectStreamer.h>
virtual
void
emitDwarfLineEndEntry(
MCSection* Section,
MCSymbol* LastLabel,
MCSymbol* EndLabel = nullptr) override;
| Name | Description |
|---|---|
| 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. |