LLVM 22.0.0git
llvm::WasmYAML::DataSegment Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

uint32_t SectionOffset
uint32_t InitFlags
uint32_t MemoryIndex
InitExpr Offset
yaml::BinaryRef Content

Detailed Description

Definition at line 124 of file WasmYAML.h.

Member Data Documentation

◆ Content

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

◆ InitFlags

uint32_t llvm::WasmYAML::DataSegment::InitFlags

◆ MemoryIndex

uint32_t llvm::WasmYAML::DataSegment::MemoryIndex

◆ Offset

InitExpr llvm::WasmYAML::DataSegment::Offset

◆ SectionOffset

uint32_t llvm::WasmYAML::DataSegment::SectionOffset

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