LLVM 17.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h"
Public Member Functions | |
DWARFDebugAbbrev () | |
const DWARFAbbreviationDeclarationSet * | getAbbreviationDeclarationSet (uint64_t CUAbbrOffset) const |
void | dump (raw_ostream &OS) const |
void | parse () const |
void | extract (DataExtractor Data) |
DWARFAbbreviationDeclarationSetMap::const_iterator | begin () const |
DWARFAbbreviationDeclarationSetMap::const_iterator | end () const |
Definition at line 56 of file DWARFDebugAbbrev.h.
DWARFDebugAbbrev::DWARFDebugAbbrev | ( | ) |
Definition at line 99 of file DWARFDebugAbbrev.cpp.
|
inline |
Definition at line 74 of file DWARFDebugAbbrev.h.
References parse().
void DWARFDebugAbbrev::dump | ( | raw_ostream & | OS | ) | const |
Definition at line 128 of file DWARFDebugAbbrev.cpp.
References llvm::format(), I, OS, and parse().
Referenced by llvm::DWARFContext::dump().
|
inline |
Definition at line 79 of file DWARFDebugAbbrev.h.
void DWARFDebugAbbrev::extract | ( | DataExtractor | Data | ) |
Definition at line 106 of file DWARFDebugAbbrev.cpp.
References llvm::Data.
const DWARFAbbreviationDeclarationSet * DWARFDebugAbbrev::getAbbreviationDeclarationSet | ( | uint64_t | CUAbbrOffset | ) | const |
Definition at line 143 of file DWARFDebugAbbrev.cpp.
References llvm::DWARFAbbreviationDeclarationSet::extract(), and llvm::Offset.
Referenced by llvm::DWARFUnit::getAbbreviations().
void DWARFDebugAbbrev::parse | ( | ) | const |
Definition at line 111 of file DWARFDebugAbbrev.cpp.
References llvm::DWARFAbbreviationDeclarationSet::extract(), I, and llvm::Offset.