LLVM 19.0.0git
Classes | Public Member Functions | List of all members
llvm::DWARFDebugRangeList Class Reference

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

Classes

struct  RangeListEntry
 

Public Member Functions

 DWARFDebugRangeList ()
 
void clear ()
 
void dump (raw_ostream &OS) const
 
Error extract (const DWARFDataExtractor &data, uint64_t *offset_ptr)
 
const std::vector< RangeListEntry > & getEntries ()
 
DWARFAddressRangesVector getAbsoluteRanges (std::optional< object::SectionedAddress > BaseAddr) const
 getAbsoluteRanges - Returns absolute address ranges defined by this range list.
 

Detailed Description

Definition at line 24 of file DWARFDebugRangeList.h.

Constructor & Destructor Documentation

◆ DWARFDebugRangeList()

llvm::DWARFDebugRangeList::DWARFDebugRangeList ( )
inline

Definition at line 64 of file DWARFDebugRangeList.h.

References clear().

Member Function Documentation

◆ clear()

void DWARFDebugRangeList::clear ( )

Definition at line 25 of file DWARFDebugRangeList.cpp.

Referenced by DWARFDebugRangeList(), and extract().

◆ dump()

void DWARFDebugRangeList::dump ( raw_ostream OS) const

Definition at line 67 of file DWARFDebugRangeList.cpp.

References llvm::format(), llvm_unreachable, and OS.

Referenced by llvm::DWARFContext::dump().

◆ extract()

Error DWARFDebugRangeList::extract ( const DWARFDataExtractor data,
uint64_t offset_ptr 
)

◆ getAbsoluteRanges()

DWARFAddressRangesVector DWARFDebugRangeList::getAbsoluteRanges ( std::optional< object::SectionedAddress BaseAddr) const

getAbsoluteRanges - Returns absolute address ranges defined by this range list.

Has to be passed base address of the compile unit referencing this range list.

Definition at line 87 of file DWARFDebugRangeList.cpp.

References llvm::dwarf::computeTombstoneAddress(), llvm::DWARFAddressRange::HighPC, llvm::DWARFAddressRange::LowPC, and llvm::DWARFAddressRange::SectionIndex.

Referenced by llvm::DWARFUnit::findRnglistFromOffset().

◆ getEntries()

const std::vector< RangeListEntry > & llvm::DWARFDebugRangeList::getEntries ( )
inline

Definition at line 69 of file DWARFDebugRangeList.h.


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