Represents base address of the CU. Represents a unit's contribution to the string offsets table.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFUnit.h>

struct StrOffsetsContributionDescriptor;

Member Functions

Name

Description

StrOffsetsContributionDescriptor [constructor]

Constructors

getDwarfOffsetByteSize

Byte size of a DWARF section offset for this contribution's format.

getFormat

DWARF format (32‐ or 64‐bit) of this string‐offsets contribution.

getVersion

DWARF version of this string‐offsets contribution.

validateContributionSize

Validate this contribution against the size of section DA.

Data Members

Name

Description

Base

Base offset of this contribution within .debug_str_offsets.

FormParams

Format and version.

Size

The contribution size not including the header.

Created with MrDocs