struct DWARFDebugAddrTable::Header

Declaration

struct DWARFDebugAddrTable::Header { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h:31

Member Variables

public uint32_t Length = 0
The total length of the entries for this table, not including the length field itself.
public uint16_t Version = 5
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 = 0
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.