LLVM  4.0.0
Public Member Functions | List of all members
llvm::DWARFDebugAbbrev Class Reference

#include <DWARFDebugAbbrev.h>

Public Member Functions

 DWARFDebugAbbrev ()
 
const
DWARFAbbreviationDeclarationSet
getAbbreviationDeclarationSet (uint64_t CUAbbrOffset) const
 
void dump (raw_ostream &OS) const
 
void extract (DataExtractor Data)
 
DWARFAbbreviationDeclarationSetMap::const_iterator begin () const
 
DWARFAbbreviationDeclarationSetMap::const_iterator end () const
 

Detailed Description

Definition at line 51 of file DWARFDebugAbbrev.h.

Constructor & Destructor Documentation

DWARFDebugAbbrev::DWARFDebugAbbrev ( )

Definition at line 67 of file DWARFDebugAbbrev.cpp.

Member Function Documentation

DWARFAbbreviationDeclarationSetMap::const_iterator llvm::DWARFDebugAbbrev::begin ( ) const
inline

Definition at line 67 of file DWARFDebugAbbrev.h.

void DWARFDebugAbbrev::dump ( raw_ostream OS) const

Definition at line 89 of file DWARFDebugAbbrev.cpp.

References llvm::format(), and I.

DWARFAbbreviationDeclarationSetMap::const_iterator llvm::DWARFDebugAbbrev::end ( ) const
inline

Definition at line 71 of file DWARFDebugAbbrev.h.

void DWARFDebugAbbrev::extract ( DataExtractor  Data)
const DWARFAbbreviationDeclarationSet * DWARFDebugAbbrev::getAbbreviationDeclarationSet ( uint64_t  CUAbbrOffset) const

Definition at line 102 of file DWARFDebugAbbrev.cpp.

References llvm::WebAssembly::End.

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


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