LLVM  8.0.1
Public Attributes | List of all members
llvm::WasmYAML::ElemSegment Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::ElemSegment:
Collaboration graph
[legend]

Public Attributes

uint32_t TableIndex
 
wasm::WasmInitExpr Offset
 
std::vector< uint32_tFunctions
 

Detailed Description

Definition at line 64 of file WasmYAML.h.

Member Data Documentation

◆ Functions

std::vector<uint32_t> llvm::WasmYAML::ElemSegment::Functions

◆ Offset

wasm::WasmInitExpr llvm::WasmYAML::ElemSegment::Offset

◆ TableIndex

uint32_t llvm::WasmYAML::ElemSegment::TableIndex

Definition at line 65 of file WasmYAML.h.


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