LLVM 22.0.0git
llvm::dwarf_linker::parallel::DebugLineSectionEmitter Class Reference

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)

Detailed Description

This class emits specified line table into the .debug_line section.

Definition at line 24 of file DebugLineSectionEmitter.h.

Constructor & Destructor Documentation

◆ DebugLineSectionEmitter()

llvm::dwarf_linker::parallel::DebugLineSectionEmitter::DebugLineSectionEmitter ( const Triple & TheTriple,
DwarfUnit & U )
inline

Definition at line 26 of file DebugLineSectionEmitter.h.

Member Function Documentation

◆ emit()


The documentation for this class was generated from the following file: