llvm::MCDwarfLineTable::emitOne

Emit a single line table associated with a given section.

Synopsis

Declared in <llvm/MC/MCDwarf.h>

static
void
emitOne(
    MCStreamer* MCOS,
    MCSection* Section,
    MCLineSection::MCDwarfLineEntryCollection const& LineEntries);

Parameters

NameDescription
MCOS- Streamer that emits the line table.
Section- Section whose line entries are emitted.
LineEntries- Line entries for Section.