LLVM  8.0.1
Public Member Functions | List of all members
llvm::DWARFAbbreviationDeclarationSet Class Reference

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

Public Member Functions

 DWARFAbbreviationDeclarationSet ()
 
uint32_t getOffset () const
 
void dump (raw_ostream &OS) const
 
bool extract (DataExtractor Data, uint32_t *OffsetPtr)
 
const DWARFAbbreviationDeclarationgetAbbreviationDeclaration (uint32_t AbbrCode) const
 
const_iterator begin () const
 
const_iterator end () const
 

Detailed Description

Definition at line 23 of file DWARFDebugAbbrev.h.

Constructor & Destructor Documentation

◆ DWARFAbbreviationDeclarationSet()

DWARFAbbreviationDeclarationSet::DWARFAbbreviationDeclarationSet ( )

Definition at line 19 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 51 of file DWARFDebugAbbrev.cpp.

Referenced by getOffset().

◆ end()

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

Definition at line 47 of file DWARFDebugAbbrev.h.

◆ extract()

bool DWARFAbbreviationDeclarationSet::extract ( DataExtractor  Data,
uint32_t OffsetPtr 
)

◆ getAbbreviationDeclaration()

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

Definition at line 57 of file DWARFDebugAbbrev.cpp.

Referenced by llvm::DWARFDebugInfoEntry::extractFast(), and getOffset().

◆ getOffset()

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

Definition at line 36 of file DWARFDebugAbbrev.h.

References llvm::Data, dump(), extract(), and getAbbreviationDeclaration().


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