LLVM: llvm::DWARFUnitIndex Class Reference (original) (raw)
#include "[llvm/DebugInfo/DWARF/DWARFUnitIndex.h](DWARFUnitIndex%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| DWARFUnitIndex (DWARFSectionKind InfoColumnKind) | |
| operator bool () const | |
| LLVM_ABI bool | parse (DataExtractor IndexData) |
| LLVM_ABI void | dump (raw_ostream &OS) const |
| uint32_t | getVersion () const |
| LLVM_ABI const Entry * | getFromOffset (uint64_t Offset) const |
| LLVM_ABI const Entry * | getFromHash (uint64_t Offset) const |
| ArrayRef< DWARFSectionKind > | getColumnKinds () const |
| ArrayRef< Entry > | getRows () const |
| MutableArrayRef< Entry > | getMutableRows () |
Definition at line 102 of file DWARFUnitIndex.h.
◆ dump()
◆ getColumnKinds()
◆ getFromHash()
◆ getFromOffset()
◆ getMutableRows()
◆ getRows()
◆ getVersion()
| uint32_t llvm::DWARFUnitIndex::getVersion ( ) const | inline |
|---|
◆ operator bool()
| llvm::DWARFUnitIndex::operator bool ( ) const | inlineexplicit |
|---|
◆ parse()
The documentation for this class was generated from the following files:
- include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h
- lib/DebugInfo/DWARF/DWARFUnitIndex.cpp