LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::StrOffsetsContributionDescriptor Struct Reference

Represents base address of the CU. More...

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

Public Member Functions

 StrOffsetsContributionDescriptor (uint64_t Base, uint64_t Size, uint8_t Version, dwarf::DwarfFormat Format)
 
 StrOffsetsContributionDescriptor ()=default
 
uint8_t getVersion () const
 
dwarf::DwarfFormat getFormat () const
 
uint8_t getDwarfOffsetByteSize () const
 
Expected< StrOffsetsContributionDescriptorvalidateContributionSize (DWARFDataExtractor &DA)
 Determine whether a contribution to the string offsets table is consistent with the relevant section size and that its length is a multiple of the size of one of its entries.
 

Public Attributes

uint64_t Base = 0
 
uint64_t Size = 0
 The contribution size not including the header.
 
dwarf::FormParams FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}
 Format and version.
 

Detailed Description

Represents base address of the CU.

Represents a unit's contribution to the string offsets table.

Definition at line 187 of file DWARFUnit.h.

Constructor & Destructor Documentation

◆ StrOffsetsContributionDescriptor() [1/2]

llvm::StrOffsetsContributionDescriptor::StrOffsetsContributionDescriptor ( uint64_t  Base,
uint64_t  Size,
uint8_t  Version,
dwarf::DwarfFormat  Format 
)
inline

Definition at line 194 of file DWARFUnit.h.

References llvm::Format.

◆ StrOffsetsContributionDescriptor() [2/2]

llvm::StrOffsetsContributionDescriptor::StrOffsetsContributionDescriptor ( )
default

Member Function Documentation

◆ getDwarfOffsetByteSize()

uint8_t llvm::StrOffsetsContributionDescriptor::getDwarfOffsetByteSize ( ) const
inline

Definition at line 201 of file DWARFUnit.h.

References llvm::dwarf::FormParams::getDwarfOffsetByteSize().

Referenced by validateContributionSize().

◆ getFormat()

dwarf::DwarfFormat llvm::StrOffsetsContributionDescriptor::getFormat ( ) const
inline

Definition at line 200 of file DWARFUnit.h.

References llvm::dwarf::FormParams::Format.

◆ getVersion()

uint8_t llvm::StrOffsetsContributionDescriptor::getVersion ( ) const
inline

Definition at line 199 of file DWARFUnit.h.

References llvm::dwarf::FormParams::Version.

◆ validateContributionSize()

Expected< StrOffsetsContributionDescriptor > StrOffsetsContributionDescriptor::validateContributionSize ( DWARFDataExtractor DA)

Determine whether a contribution to the string offsets table is consistent with the relevant section size and that its length is a multiple of the size of one of its entries.

Definition at line 1057 of file DWARFUnit.cpp.

References llvm::alignTo(), Base, llvm::createStringError(), getDwarfOffsetByteSize(), llvm::invalid_argument, and Size.

Member Data Documentation

◆ Base

uint64_t llvm::StrOffsetsContributionDescriptor::Base = 0

Definition at line 188 of file DWARFUnit.h.

Referenced by validateContributionSize().

◆ FormParams

dwarf::FormParams llvm::StrOffsetsContributionDescriptor::FormParams = {0, 0, dwarf::DwarfFormat::DWARF32}

Format and version.

Definition at line 192 of file DWARFUnit.h.

◆ Size

uint64_t llvm::StrOffsetsContributionDescriptor::Size = 0

The contribution size not including the header.

Definition at line 190 of file DWARFUnit.h.

Referenced by validateContributionSize().


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