LLVM  8.0.1
Public Attributes | List of all members
llvm::wasm::WasmTable Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Collaboration diagram for llvm::wasm::WasmTable:
Collaboration graph
[legend]

Public Attributes

uint8_t ElemType
 
WasmLimits Limits
 

Detailed Description

Definition at line 58 of file Wasm.h.

Member Data Documentation

◆ ElemType

uint8_t llvm::wasm::WasmTable::ElemType

Definition at line 59 of file Wasm.h.

Referenced by readTable().

◆ Limits

WasmLimits llvm::wasm::WasmTable::Limits

Definition at line 60 of file Wasm.h.

Referenced by readTable().


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