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 |
|
Constructors |
Byte size of a DWARF section offset for this contribution's format. |
|
DWARF format (32‐ or 64‐bit) of this string‐offsets contribution. |
|
DWARF version of this string‐offsets contribution. |
|
Validate this contribution against the size of section |
Data Members
Name |
Description |
Base offset of this contribution within .debug_str_offsets. |
|
Format and version. |
|
The contribution size not including the header. |
Created with MrDocs