LLVM 19.0.0git
Public Attributes | List of all members
llvm::WasmYAML::Table Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

TableType ElemType
 
Limits TableLimits
 
uint32_t Index
 

Detailed Description

Definition at line 53 of file WasmYAML.h.

Member Data Documentation

◆ ElemType

TableType llvm::WasmYAML::Table::ElemType

Definition at line 54 of file WasmYAML.h.

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

◆ Index

uint32_t llvm::WasmYAML::Table::Index

Definition at line 56 of file WasmYAML.h.

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

◆ TableLimits

Limits llvm::WasmYAML::Table::TableLimits

Definition at line 55 of file WasmYAML.h.

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


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