struct DWARFDebugMacro::MacroList

Declaration

struct DWARFDebugMacro::MacroList { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h:91

Member Variables

public llvm::DWARFDebugMacro::MacroHeader Header
public SmallVector<llvm::DWARFDebugMacro::Entry, 4> Macros
public uint64_t Offset
public bool IsDebugMacro
Whether or not this is a .debug_macro section.