LLVM 19.0.0git
Public Member Functions | List of all members
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()

Error llvm::dwarf_linker::parallel::DebugLineSectionEmitter::emit ( const DWARFDebugLine::LineTable LineTable)
inline

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