LLVM 19.0.0git
Public Member Functions | List of all members
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 113 of file DWARFUnitIndex.h.

Constructor & Destructor Documentation

◆ SectionContribution() [1/2]

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

Definition at line 119 of file DWARFUnitIndex.h.

References llvm::Length.

◆ SectionContribution() [2/2]

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

Definition at line 120 of file DWARFUnitIndex.h.

References llvm::Length.

Member Function Documentation

◆ getLength()

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

Definition at line 126 of file DWARFUnitIndex.h.

References llvm::Length.

◆ getLength32()

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

Definition at line 128 of file DWARFUnitIndex.h.

References llvm::Length.

Referenced by llvm::write().

◆ getOffset()

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

Definition at line 125 of file DWARFUnitIndex.h.

Referenced by addAllTypesFromDWP().

◆ getOffset32()

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

Definition at line 127 of file DWARFUnitIndex.h.

◆ setLength()

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

Definition at line 124 of file DWARFUnitIndex.h.

References llvm::Length.

Referenced by llvm::write().

◆ setOffset()

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

Definition at line 123 of file DWARFUnitIndex.h.

Referenced by llvm::write().


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