LLVM 22.0.0git
llvm::DWARFAbbreviationDeclarationSet Class Reference

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

Public Member Functions

LLVM_ABI DWARFAbbreviationDeclarationSet ()
uint64_t getOffset () const
LLVM_ABI void dump (raw_ostream &OS) const
LLVM_ABI Error extract (DataExtractor Data, uint64_t *OffsetPtr)
LLVM_ABI const DWARFAbbreviationDeclarationgetAbbreviationDeclaration (uint32_t AbbrCode) const
const_iterator begin () const
const_iterator end () const
LLVM_ABI std::string getCodeRange () const
uint32_t getFirstAbbrCode () const

Detailed Description

Definition at line 23 of file DWARFDebugAbbrev.h.

Constructor & Destructor Documentation

◆ DWARFAbbreviationDeclarationSet()

DWARFAbbreviationDeclarationSet::DWARFAbbreviationDeclarationSet ( )

Definition at line 17 of file DWARFDebugAbbrev.cpp.

Member Function Documentation

◆ begin()

const_iterator llvm::DWARFAbbreviationDeclarationSet::begin ( ) const
inline

Definition at line 43 of file DWARFDebugAbbrev.h.

◆ dump()

void DWARFAbbreviationDeclarationSet::dump ( raw_ostream & OS) const

Definition at line 55 of file DWARFDebugAbbrev.cpp.

◆ end()

const_iterator llvm::DWARFAbbreviationDeclarationSet::end ( ) const
inline

Definition at line 47 of file DWARFDebugAbbrev.h.

◆ extract()

◆ getAbbreviationDeclaration()

const DWARFAbbreviationDeclaration * DWARFAbbreviationDeclarationSet::getAbbreviationDeclaration ( uint32_t AbbrCode) const

Definition at line 61 of file DWARFDebugAbbrev.cpp.

◆ getCodeRange()

std::string DWARFAbbreviationDeclarationSet::getCodeRange ( ) const

Definition at line 75 of file DWARFDebugAbbrev.cpp.

◆ getFirstAbbrCode()

uint32_t llvm::DWARFAbbreviationDeclarationSet::getFirstAbbrCode ( ) const
inline

Definition at line 53 of file DWARFDebugAbbrev.h.

◆ getOffset()

uint64_t llvm::DWARFAbbreviationDeclarationSet::getOffset ( ) const
inline

Definition at line 36 of file DWARFDebugAbbrev.h.


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