LLVM API Documentation
#include <DWARFDebugAbbrev.h>
Public Member Functions | |
DWARFDebugAbbrev () | |
const DWARFAbbreviationDeclarationSet * | getAbbreviationDeclarationSet (uint64_t CUAbbrOffset) const |
void | dump (raw_ostream &OS) const |
void | extract (DataExtractor Data) |
Definition at line 41 of file DWARFDebugAbbrev.h.
Definition at line 67 of file DWARFDebugAbbrev.cpp.
void DWARFDebugAbbrev::dump | ( | raw_ostream & | OS | ) | const |
Definition at line 89 of file DWARFDebugAbbrev.cpp.
References llvm::format(), and I.
void DWARFDebugAbbrev::extract | ( | DataExtractor | Data | ) |
Definition at line 76 of file DWARFDebugAbbrev.cpp.
References llvm::DWARFAbbreviationDeclarationSet::extract(), and llvm::DataExtractor::isValidOffset().
const DWARFAbbreviationDeclarationSet * DWARFDebugAbbrev::getAbbreviationDeclarationSet | ( | uint64_t | CUAbbrOffset | ) | const |
Definition at line 102 of file DWARFDebugAbbrev.cpp.
Referenced by llvm::DWARFUnit::extractImpl().