LLVM: llvm::WasmYAML::Table Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"

Public Attributes
TableType ElemType
Limits TableLimits
uint32_t Index

Detailed Description

Definition at line 54 of file WasmYAML.h.

Member Data Documentation

ElemType

TableType llvm::WasmYAML::Table::ElemType

Definition at line 55 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Table >::mapping().

Index

uint32_t llvm::WasmYAML::Table::Index

Definition at line 57 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Table >::mapping().

TableLimits

Limits llvm::WasmYAML::Table::TableLimits

Definition at line 56 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Table >::mapping().


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