Parser for DWARF .debug_macinfo and .debug_macro sections.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFDebugMacro.h>
class DWARFDebugMacro;
Member Functions
Name |
Description |
|
Construct an empty parser with no macro lists. |
Print the macro list found within the debug_macinfo/debug_macro section. |
|
Return whether the section has any entries. |
|
Return whether a parsed macro list starts at |
|
Parse a DWARF .debug_macinfo section. |
|
Parse a DWARFv5 .debug_macro section. |
Friends
Name |
Description |
A DWARF compile unit specialization used by the parallel linker. |
|
The Dwarf streaming logic. |
Created with MrDocs