LLVM 20.0.0git
|
A base class for DWARF list entries, such as range or location list entries. More...
#include "llvm/DebugInfo/DWARF/DWARFListTable.h"
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 26 of file DWARFListTable.h.
uint8_t llvm::DWARFListEntryBase::EntryKind |
The DWARF encoding (DW_RLE_* or DW_LLE_*).
Definition at line 30 of file DWARFListTable.h.
Referenced by llvm::RangeListEntry::dump(), llvm::RangeListEntry::extract(), and llvm::RangeListEntry::isSentinel().
uint64_t llvm::DWARFListEntryBase::Offset |
The offset at which the entry is located in the section.
Definition at line 28 of file DWARFListTable.h.
Referenced by llvm::RangeListEntry::dump(), and llvm::RangeListEntry::extract().
uint64_t llvm::DWARFListEntryBase::SectionIndex |
The index of the section this entry belongs to.
Definition at line 32 of file DWARFListTable.h.
Referenced by llvm::RangeListEntry::extract().