Emit a single line table associated with a given section.
Declared in <llvm/MC/MCDwarf.h>
static
void
emitOne(
MCStreamer* MCOS,
MCSection* Section,
MCLineSection::MCDwarfLineEntryCollection const& LineEntries);
| Name | Description |
|---|---|
| MCOS | - Streamer that emits the line table. |
| Section | - Section whose line entries are emitted. |
| LineEntries | - Line entries for Section. |