llvm::MCGenDwarfLabelEntry

Per-symbol info gathered when generating DWARF labels for assembly sources.

Synopsis

Declared in <llvm/MC/MCDwarf.h>

class MCGenDwarfLabelEntry;

Member Functions

NameDescription
MCGenDwarfLabelEntry [constructor]Construct a DWARF label entry for an assembly symbol.
getFileNumber Return the DWARF file number for this label.
getLabel Return the symbol that provides low_pc for this DWARF label.
getLineNumber Return the source line number associated with this label.
getName Return the symbol name without a leading underscore, if any.

Static Member Functions

NameDescription
Make Record a DWARF label entry when a symbol is created for assembly sources.