Per-symbol info gathered when generating DWARF labels for assembly sources.
Declared in <llvm/MC/MCDwarf.h>
class MCGenDwarfLabelEntry;
| Name | Description |
|---|---|
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. |
| Name | Description |
|---|---|
Make | Record a DWARF label entry when a symbol is created for assembly sources. |