LLVM 20.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h"
Public Member Functions | |
DWARFDebugAbbrev (DataExtractor Data) | |
Expected< const DWARFAbbreviationDeclarationSet * > | getAbbreviationDeclarationSet (uint64_t CUAbbrOffset) const |
void | dump (raw_ostream &OS) const |
Error | parse () const |
DWARFAbbreviationDeclarationSetMap::const_iterator | begin () const |
DWARFAbbreviationDeclarationSetMap::const_iterator | end () const |
Definition at line 58 of file DWARFDebugAbbrev.h.
DWARFDebugAbbrev::DWARFDebugAbbrev | ( | DataExtractor | Data | ) |
Definition at line 105 of file DWARFDebugAbbrev.cpp.
|
inline |
Definition at line 75 of file DWARFDebugAbbrev.h.
References assert().
void DWARFDebugAbbrev::dump | ( | raw_ostream & | OS | ) | const |
Definition at line 128 of file DWARFDebugAbbrev.cpp.
References llvm::consumeError(), llvm::format(), I, OS, and parse().
Referenced by llvm::DWARFContext::dump().
|
inline |
Definition at line 80 of file DWARFDebugAbbrev.h.
Expected< const DWARFAbbreviationDeclarationSet * > DWARFDebugAbbrev::getAbbreviationDeclarationSet | ( | uint64_t | CUAbbrOffset | ) | const |
Definition at line 145 of file DWARFDebugAbbrev.cpp.
References End, llvm::DWARFAbbreviationDeclarationSet::extract(), and llvm::Offset.
Referenced by llvm::DWARFUnit::getAbbreviations().
Error DWARFDebugAbbrev::parse | ( | ) | const |
Definition at line 108 of file DWARFDebugAbbrev.cpp.
References llvm::DWARFAbbreviationDeclarationSet::extract(), I, llvm::Offset, and llvm::Error::success().
Referenced by dump().