LLVM API Documentation
#include <DwarfAccelTable.h>

Public Member Functions | |
| LLVM_CONSTEXPR | Atom (uint16_t type, uint16_t form) |
| void | print (raw_ostream &O) |
| void | dump () |
Public Attributes | |
| uint16_t | type |
| uint16_t | form |
Definition at line 125 of file DwarfAccelTable.h.
| LLVM_CONSTEXPR llvm::DwarfAccelTable::Atom::Atom | ( | uint16_t | type, |
| uint16_t | form | ||
| ) | [inline] |
Definition at line 129 of file DwarfAccelTable.h.
| void llvm::DwarfAccelTable::Atom::dump | ( | ) | [inline] |
Definition at line 136 of file DwarfAccelTable.h.
References llvm::dbgs(), and print().
| void llvm::DwarfAccelTable::Atom::print | ( | raw_ostream & | O | ) | [inline] |
Definition at line 132 of file DwarfAccelTable.h.
References llvm::dwarf::AtomTypeString(), form, llvm::dwarf::FormEncodingString(), and type.
Referenced by dump().
| uint16_t llvm::DwarfAccelTable::Atom::form |
Definition at line 127 of file DwarfAccelTable.h.
Referenced by print().
| uint16_t llvm::DwarfAccelTable::Atom::type |
Definition at line 126 of file DwarfAccelTable.h.
Referenced by print().