LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::AppleAccelTableData::Atom Struct Reference

An Atom defines the form of the data in an Apple accelerator table. More...

#include "llvm/CodeGen/AccelTable.h"

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

Public Member Functions

constexpr Atom (uint16_t Type, uint16_t Form)
 
void print (raw_ostream &OS) const
 
void dump () const
 

Public Attributes

const uint16_t Type
 Atom Type. More...
 
const uint16_t Form
 DWARF Form. More...
 

Detailed Description

An Atom defines the form of the data in an Apple accelerator table.

Conceptually it is a column in the accelerator consisting of a type and a specification of the form of its data.

Definition at line 228 of file AccelTable.h.

Constructor & Destructor Documentation

◆ Atom()

constexpr llvm::AppleAccelTableData::Atom::Atom ( uint16_t  Type,
uint16_t  Form 
)
inline

Definition at line 234 of file AccelTable.h.

References llvm::AccelTableData::print().

Member Function Documentation

◆ dump()

void llvm::AppleAccelTableData::Atom::dump ( ) const
inline

Definition at line 238 of file AccelTable.h.

References llvm::HexStyle::Asm, llvm::dbgs(), and llvm::AccelTableData::print().

◆ print()

void AppleAccelTableData::Atom::print ( raw_ostream OS) const

Member Data Documentation

◆ Form

const uint16_t llvm::AppleAccelTableData::Atom::Form

DWARF Form.

Definition at line 232 of file AccelTable.h.

◆ Type

const uint16_t llvm::AppleAccelTableData::Atom::Type

Atom Type.

Definition at line 230 of file AccelTable.h.


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