LLVM: llvm::DWARFListEntryBase Struct Reference (original) (raw)

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

#include "[llvm/DebugInfo/DWARF/DWARFListTable.h](DWARFListTable%5F8h%5Fsource.html)"

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

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

Definition at line 27 of file DWARFListTable.h.

EntryKind

uint8_t llvm::DWARFListEntryBase::EntryKind

Offset

uint64_t llvm::DWARFListEntryBase::Offset

SectionIndex

uint64_t llvm::DWARFListEntryBase::SectionIndex


The documentation for this struct was generated from the following file: