|
LLVM
4.0.0
|
#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 |
Definition at line 51 of file DWARFDebugAbbrev.h.
| DWARFDebugAbbrev::DWARFDebugAbbrev | ( | ) |
Definition at line 67 of file DWARFDebugAbbrev.cpp.
|
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.
|
inline |
Definition at line 71 of file DWARFDebugAbbrev.h.
| void DWARFDebugAbbrev::extract | ( | DataExtractor | Data | ) |
Definition at line 76 of file DWARFDebugAbbrev.cpp.
References llvm::DWARFAbbreviationDeclarationSet::extract(), llvm::DataExtractor::isValidOffset(), and Offset.
| 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().
1.8.6