LLVM  8.0.1
Public Attributes | List of all members
llvm::DWARFDebugArangeSet::Header Struct Reference

#include "llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h"

Collaboration diagram for llvm::DWARFDebugArangeSet::Header:
Collaboration graph
[legend]

Public Attributes

uint32_t Length
 The total length of the entries for that set, not including the length field itself. More...
 
uint32_t CuOffset
 The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table. More...
 
uint16_t Version
 The DWARF version number. More...
 
uint8_t AddrSize
 The size in bytes of an address on the target architecture. More...
 
uint8_t SegSize
 The size in bytes of a segment descriptor on the target architecture. More...
 

Detailed Description

Definition at line 24 of file DWARFDebugArangeSet.h.

Member Data Documentation

◆ AddrSize

uint8_t llvm::DWARFDebugArangeSet::Header::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.

Definition at line 35 of file DWARFDebugArangeSet.h.

◆ CuOffset

uint32_t llvm::DWARFDebugArangeSet::Header::CuOffset

The offset from the beginning of the .debug_info section of the compilation unit entry referenced by the table.

Definition at line 30 of file DWARFDebugArangeSet.h.

Referenced by llvm::DWARFDebugArangeSet::getCompileUnitDIEOffset().

◆ Length

uint32_t llvm::DWARFDebugArangeSet::Header::Length

The total length of the entries for that set, not including the length field itself.

Definition at line 27 of file DWARFDebugArangeSet.h.

Referenced by llvm::DWARFDebugArangeSet::Descriptor::getEndAddress().

◆ SegSize

uint8_t llvm::DWARFDebugArangeSet::Header::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.

Definition at line 38 of file DWARFDebugArangeSet.h.

◆ Version

uint16_t llvm::DWARFDebugArangeSet::Header::Version

The DWARF version number.

Definition at line 32 of file DWARFDebugArangeSet.h.


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