LLVM
15.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFDebugMacro.h"
Public Member Functions | |
DWARFDebugMacro ()=default | |
void | dump (raw_ostream &OS) const |
Print the macro list found within the debug_macinfo/debug_macro section. More... | |
Error | parseMacro (DWARFUnitVector::compile_unit_range Units, DataExtractor StringExtractor, DWARFDataExtractor MacroData) |
Error | parseMacinfo (DWARFDataExtractor MacroData) |
bool | empty () const |
Return whether the section has any entries. More... | |
Definition at line 22 of file DWARFDebugMacro.h.
|
default |
void DWARFDebugMacro::dump | ( | raw_ostream & | OS | ) | const |
Print the macro list found within the debug_macinfo/debug_macro section.
Definition at line 42 of file DWARFDebugMacro.cpp.
References llvm::format().
|
inline |
Return whether the section has any entries.
Definition at line 123 of file DWARFDebugMacro.h.
|
inline |
Definition at line 118 of file DWARFDebugMacro.h.
References llvm::None.
|
inline |
Definition at line 112 of file DWARFDebugMacro.h.