LLVM: llvm::DWARFDebugInfoEntry Class Reference (original) (raw)
DWARFDebugInfoEntry - A DIE with only the minimum required data. More...
#include "[llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h](DWARFDebugInfoEntry%5F8h%5Fsource.html)"
DWARFDebugInfoEntry - A DIE with only the minimum required data.
Definition at line 23 of file DWARFDebugInfoEntry.h.
| llvm::DWARFDebugInfoEntry::DWARFDebugInfoEntry ( ) |
default |
◆ getAbbreviationDeclarationPtr()
◆ getOffset()
| uint64_t llvm::DWARFDebugInfoEntry::getOffset ( ) const |
inline |
◆ getParentIdx()
| std::optional< uint32_t > llvm::DWARFDebugInfoEntry::getParentIdx ( ) const |
inline |
◆ getSiblingIdx()
| std::optional< uint32_t > llvm::DWARFDebugInfoEntry::getSiblingIdx ( ) const |
inline |
◆ getTag()
| dwarf::Tag llvm::DWARFDebugInfoEntry::getTag ( ) const |
inline |
◆ hasChildren()
| bool llvm::DWARFDebugInfoEntry::hasChildren ( ) const |
inline |
◆ setSiblingIdx()
| void llvm::DWARFDebugInfoEntry::setSiblingIdx ( uint32_t Idx) |
inline |
The documentation for this class was generated from the following files: