struct DWARFDebugArangeSet::Header

Declaration

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

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h:23

Member Variables

public uint32_t Length
The total length of the entries for that set, not including the length field itself.
public uint32_t CuOffset
The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table.
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 descriptor on the target architecture. If the target system uses a flat address space, this value is 0.