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

#include "llvm/ObjectYAML/WasmYAML.h"

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

Public Attributes

uint32_t MemoryIndex
 
uint32_t SectionOffset
 
wasm::WasmInitExpr Offset
 
yaml::BinaryRef Content
 

Detailed Description

Definition at line 114 of file WasmYAML.h.

Member Data Documentation

◆ Content

yaml::BinaryRef llvm::WasmYAML::DataSegment::Content

◆ MemoryIndex

uint32_t llvm::WasmYAML::DataSegment::MemoryIndex

◆ Offset

wasm::WasmInitExpr llvm::WasmYAML::DataSegment::Offset

◆ SectionOffset

uint32_t llvm::WasmYAML::DataSegment::SectionOffset

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