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

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint32_t Index
 
WasmTableType Type
 
StringRef SymbolName
 

Detailed Description

Definition at line 318 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmTable::Index

Definition at line 319 of file Wasm.h.

◆ SymbolName

StringRef llvm::wasm::WasmTable::SymbolName

Definition at line 321 of file Wasm.h.

◆ Type

WasmTableType llvm::wasm::WasmTable::Type

Definition at line 320 of file Wasm.h.


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