LLVM 20.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 424 of file Wasm.h.

Member Data Documentation

◆ ElemKind

ValType llvm::wasm::WasmElemSegment::ElemKind

Definition at line 427 of file Wasm.h.

◆ Flags

uint32_t llvm::wasm::WasmElemSegment::Flags

Definition at line 425 of file Wasm.h.

◆ Functions

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

Definition at line 429 of file Wasm.h.

◆ Offset

WasmInitExpr llvm::wasm::WasmElemSegment::Offset

Definition at line 428 of file Wasm.h.

◆ TableNumber

uint32_t llvm::wasm::WasmElemSegment::TableNumber

Definition at line 426 of file Wasm.h.


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