|
LLVM 23.0.0git
|
This class emits specified line table into the .debug_line section. More...
#include "DWARFLinker/Parallel/DebugLineSectionEmitter.h"
Public Member Functions | |
| DebugLineSectionEmitter (const Triple &TheTriple, DwarfUnit &U) | |
| Error | emit (const DWARFDebugLine::LineTable &LineTable, ArrayRef< uint64_t > OrigRowIndices={}, DenseMap< uint64_t, uint64_t > *RowIndexToSeqStartOffset=nullptr) |
This class emits specified line table into the .debug_line section.
Definition at line 24 of file DebugLineSectionEmitter.h.
|
inline |
Definition at line 26 of file DebugLineSectionEmitter.h.
|
inline |
Definition at line 29 of file DebugLineSectionEmitter.h.
Referenced by llvm::dwarf_linker::parallel::DwarfUnit::emitDebugLine().