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

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint32_t Flags
 
uint32_t TableNumber
 
ValType ElemKind
 
WasmInitExpr Offset
 
std::vector< uint32_tFunctions
 

Detailed Description

Definition at line 414 of file Wasm.h.

Member Data Documentation

◆ ElemKind

ValType llvm::wasm::WasmElemSegment::ElemKind

Definition at line 417 of file Wasm.h.

◆ Flags

uint32_t llvm::wasm::WasmElemSegment::Flags

Definition at line 415 of file Wasm.h.

◆ Functions

std::vector<uint32_t> llvm::wasm::WasmElemSegment::Functions

Definition at line 419 of file Wasm.h.

◆ Offset

WasmInitExpr llvm::wasm::WasmElemSegment::Offset

Definition at line 418 of file Wasm.h.

◆ TableNumber

uint32_t llvm::wasm::WasmElemSegment::TableNumber

Definition at line 416 of file Wasm.h.


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