struct AppleAccelTableData::Atom

Declaration

struct AppleAccelTableData::Atom { /* full declaration omitted */ };

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.

Declared at: llvm/include/llvm/CodeGen/AccelTable.h:224

Member Variables

public const uint16_t Type
Atom Type.
public const uint16_t Form
DWARF Form.

Method Overview

  • public constexpr Atom(uint16_t Type, uint16_t Form)
  • public void dump() const
  • public void print(llvm::raw_ostream & OS) const

Methods

constexpr Atom(uint16_t Type, uint16_t Form)

Declared at: llvm/include/llvm/CodeGen/AccelTable.h:230

Parameters

uint16_t Type
uint16_t Form

void dump() const

Declared at: llvm/include/llvm/CodeGen/AccelTable.h:234

void print(llvm::raw_ostream& OS) const

Declared at: llvm/include/llvm/CodeGen/AccelTable.h:233

Parameters

llvm::raw_ostream& OS