LLVM 19.0.0git
Public Attributes | List of all members
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 123 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: