struct DWARFListEntryBase

Declaration

struct DWARFListEntryBase { /* full declaration omitted */ };

Description

A base class for DWARF list entries, such as range or location list entries.

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h:26

Member Variables

public uint64_t Offset
The offset at which the entry is located in the section.
public uint8_t EntryKind
The DWARF encoding (DW_RLE_* or DW_LLE_*).
public uint64_t SectionIndex
The index of the section this entry belongs to.