Print the macro list found within the debug_macinfo/debug_macro section.
Synopsis
Declared in <llvm/DebugInfo/DWARF/DWARFDebugMacro.h>
void
dump(raw_ostream& OS) const;
Parameters
Name |
Description |
OS |
Output stream to write the dump to. |
Created with MrDocs