llvm::MCDwarfLineStr

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

Synopsis

Declared in <llvm/MC/MCDwarf.h>

class MCDwarfLineStr;

Member Functions

NameDescription
MCDwarfLineStr [constructor]Construct an instance that can emit .debug_line_str (for use in a normal v5 line table).
addString Adds path Path to the line string. Returns offset in the .debug_line_str section.
emitRef Emit a reference to the string.
emitSection Emit the .debug_line_str section if appropriate.
getFinalizedData Returns finalized section.
getSaver Return the string saver used for line-string paths.