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

A parsed .debug_frame or .eh_frame section. More...

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

Public Member Functions

 DWARFDebugFrame (Triple::ArchType Arch, bool IsEH=false, uint64_t EHFrameAddress=0)
 
 ~DWARFDebugFrame ()
 
void dump (raw_ostream &OS, DIDumpOptions DumpOpts, std::optional< uint64_t > Offset) const
 Dump the section data into the given stream.
 
Error parse (DWARFDataExtractor Data)
 Parse the section from raw data.
 
bool empty () const
 Return whether the section has any entries.
 
iterator begin () const
 DWARF Frame entries accessors.
 
iterator end () const
 
iterator_range< iteratorentries () const
 
uint64_t getEHFrameAddress () const
 

Detailed Description

A parsed .debug_frame or .eh_frame section.

Definition at line 667 of file DWARFDebugFrame.h.

Constructor & Destructor Documentation

◆ DWARFDebugFrame()

DWARFDebugFrame::DWARFDebugFrame ( Triple::ArchType  Arch,
bool  IsEH = false,
uint64_t  EHFrameAddress = 0 
)

Definition at line 1029 of file DWARFDebugFrame.cpp.

◆ ~DWARFDebugFrame()

DWARFDebugFrame::~DWARFDebugFrame ( )
default

Member Function Documentation

◆ begin()

iterator llvm::DWARFDebugFrame::begin ( ) const
inline

DWARF Frame entries accessors.

Definition at line 701 of file DWARFDebugFrame.h.

◆ dump()

void DWARFDebugFrame::dump ( raw_ostream OS,
DIDumpOptions  DumpOpts,
std::optional< uint64_t Offset 
) const

Dump the section data into the given stream.

Definition at line 1253 of file DWARFDebugFrame.cpp.

References llvm::DIDumpOptions::IsEH, llvm::Offset, and OS.

◆ empty()

bool llvm::DWARFDebugFrame::empty ( ) const
inline

Return whether the section has any entries.

Definition at line 698 of file DWARFDebugFrame.h.

◆ end()

iterator llvm::DWARFDebugFrame::end ( ) const
inline

Definition at line 702 of file DWARFDebugFrame.h.

◆ entries()

iterator_range< iterator > llvm::DWARFDebugFrame::entries ( ) const
inline

Definition at line 703 of file DWARFDebugFrame.h.

◆ getEHFrameAddress()

uint64_t llvm::DWARFDebugFrame::getEHFrameAddress ( ) const
inline

Definition at line 707 of file DWARFDebugFrame.h.

◆ parse()

Error DWARFDebugFrame::parse ( DWARFDataExtractor  Data)

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