LLVM API Documentation

Public Member Functions | Public Attributes
llvm::DwarfAccelTable::Atom Struct Reference

#include <DwarfAccelTable.h>

Collaboration diagram for llvm::DwarfAccelTable::Atom:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 125 of file DwarfAccelTable.h.


Constructor & Destructor Documentation

LLVM_CONSTEXPR llvm::DwarfAccelTable::Atom::Atom ( uint16_t  type,
uint16_t  form 
) [inline]

Definition at line 129 of file DwarfAccelTable.h.


Member Function Documentation

Definition at line 136 of file DwarfAccelTable.h.

References llvm::dbgs(), and print().

Definition at line 132 of file DwarfAccelTable.h.

References llvm::dwarf::AtomTypeString(), form, llvm::dwarf::FormEncodingString(), and type.

Referenced by dump().


Member Data Documentation

Definition at line 127 of file DwarfAccelTable.h.

Referenced by print().

Definition at line 126 of file DwarfAccelTable.h.

Referenced by print().


The documentation for this struct was generated from the following file: