LLVM 20.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. | |
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. | |
bool | hasEntryForOffset (uint64_t Offset) const |
Definition at line 28 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::dwarf::DW_MACINFO_end_file, llvm::dwarf::DW_MACINFO_start_file, llvm::dwarf::DW_MACINFO_vendor_ext, llvm::format(), llvm::WithColor::get(), llvm::dwarf::GnuMacroString(), I, llvm::dwarf::MacinfoString(), llvm::Macro, llvm::dwarf::MacroString(), and OS.
|
inline |
Return whether the section has any entries.
Definition at line 132 of file DWARFDebugMacro.h.
Definition at line 134 of file DWARFDebugMacro.h.
References llvm::List, and llvm::Offset.
|
inline |
Definition at line 127 of file DWARFDebugMacro.h.
|
inline |
Definition at line 121 of file DWARFDebugMacro.h.