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

#include "llvm/BinaryFormat/Wasm.h"

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

Public Attributes

uint32_t TableIndex
 
WasmInitExpr Offset
 
std::vector< uint32_tFunctions
 

Detailed Description

Definition at line 138 of file Wasm.h.

Member Data Documentation

◆ Functions

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

Definition at line 141 of file Wasm.h.

◆ Offset

WasmInitExpr llvm::wasm::WasmElemSegment::Offset

Definition at line 140 of file Wasm.h.

◆ TableIndex

uint32_t llvm::wasm::WasmElemSegment::TableIndex

Definition at line 139 of file Wasm.h.


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