LLVM  8.0.1
Public Member Functions | List of all members
llvm::MCDwarfLineStr Class Reference

Manage the .debug_line_str section contents, if we use it. More...

Public Member Functions

 MCDwarfLineStr (MCContext &Ctx)
 Construct an instance that can emit .debug_line_str (for use in a normal v5 line table). More...
 
void emitRef (MCStreamer *MCOS, StringRef Path)
 Emit a reference to the string. More...
 
void emitSection (MCStreamer *MCOS)
 Emit the .debug_line_str section if appropriate. More...
 

Detailed Description

Manage the .debug_line_str section contents, if we use it.

Definition at line 50 of file MCDwarf.cpp.

Constructor & Destructor Documentation

◆ MCDwarfLineStr()

llvm::MCDwarfLineStr::MCDwarfLineStr ( MCContext Ctx)
inlineexplicit

Member Function Documentation

◆ emitRef()

void MCDwarfLineStr::emitRef ( MCStreamer MCOS,
StringRef  Path 
)

◆ emitSection()

void MCDwarfLineStr::emitSection ( MCStreamer MCOS)

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