LLVM 22.0.0git
llvm::DWARFUnitIndex::Entry::SectionContribution Class Reference

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

Public Member Functions

 SectionContribution ()
 SectionContribution (uint64_t Offset, uint64_t Length)
void setOffset (uint64_t Value)
void setLength (uint64_t Value)
uint64_t getOffset () const
uint64_t getLength () const
uint32_t getOffset32 () const
uint32_t getLength32 () const

Detailed Description

Definition at line 116 of file DWARFUnitIndex.h.

Constructor & Destructor Documentation

◆ SectionContribution() [1/2]

llvm::DWARFUnitIndex::Entry::SectionContribution::SectionContribution ( )
inline

Definition at line 122 of file DWARFUnitIndex.h.

◆ SectionContribution() [2/2]

llvm::DWARFUnitIndex::Entry::SectionContribution::SectionContribution ( uint64_t Offset,
uint64_t Length )
inline

Definition at line 123 of file DWARFUnitIndex.h.

Member Function Documentation

◆ getLength()

uint64_t llvm::DWARFUnitIndex::Entry::SectionContribution::getLength ( ) const
inline

Definition at line 129 of file DWARFUnitIndex.h.

◆ getLength32()

uint32_t llvm::DWARFUnitIndex::Entry::SectionContribution::getLength32 ( ) const
inline

Definition at line 131 of file DWARFUnitIndex.h.

Referenced by llvm::write().

◆ getOffset()

uint64_t llvm::DWARFUnitIndex::Entry::SectionContribution::getOffset ( ) const
inline

Definition at line 128 of file DWARFUnitIndex.h.

Referenced by addAllTypesFromDWP(), and fixupIndexV4().

◆ getOffset32()

uint32_t llvm::DWARFUnitIndex::Entry::SectionContribution::getOffset32 ( ) const
inline

Definition at line 130 of file DWARFUnitIndex.h.

◆ setLength()

void llvm::DWARFUnitIndex::Entry::SectionContribution::setLength ( uint64_t Value)
inline

Definition at line 127 of file DWARFUnitIndex.h.

Referenced by llvm::write().

◆ setOffset()

void llvm::DWARFUnitIndex::Entry::SectionContribution::setOffset ( uint64_t Value)
inline

Definition at line 126 of file DWARFUnitIndex.h.

Referenced by fixupIndexV4(), fixupIndexV5(), and llvm::write().


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