struct DWARFListTableHeader::Header
Declaration
struct DWARFListTableHeader::Header { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h:57
Member Variables
- public uint64_t Length = 0
- The total length of the entries for this table, not including the length field itself.
- public uint16_t Version
- The DWARF version number.
- public uint8_t AddrSize
- The size in bytes of an address on the target architecture. For segmented addressing, this is the size of the offset portion of the address.
- public uint8_t SegSize
- The size in bytes of a segment selector on the target architecture. If the target system uses a flat address space, this value is 0.
- public uint32_t OffsetEntryCount
- The number of offsets that follow the header before the range lists.