LLVM 19.0.0git
Public Attributes | List of all members
llvm::wasm::WasmDataSegment Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint32_t InitFlags
 
uint32_t MemoryIndex
 
WasmInitExpr Offset
 
ArrayRef< uint8_t > Content
 
StringRef Name
 
uint32_t Alignment
 
uint32_t LinkingFlags
 
uint32_t Comdat
 

Detailed Description

Definition at line 395 of file Wasm.h.

Member Data Documentation

◆ Alignment

uint32_t llvm::wasm::WasmDataSegment::Alignment

Definition at line 404 of file Wasm.h.

◆ Comdat

uint32_t llvm::wasm::WasmDataSegment::Comdat

Definition at line 406 of file Wasm.h.

◆ Content

ArrayRef<uint8_t> llvm::wasm::WasmDataSegment::Content

Definition at line 402 of file Wasm.h.

◆ InitFlags

uint32_t llvm::wasm::WasmDataSegment::InitFlags

Definition at line 396 of file Wasm.h.

◆ LinkingFlags

uint32_t llvm::wasm::WasmDataSegment::LinkingFlags

Definition at line 405 of file Wasm.h.

◆ MemoryIndex

uint32_t llvm::wasm::WasmDataSegment::MemoryIndex

Definition at line 398 of file Wasm.h.

◆ Name

StringRef llvm::wasm::WasmDataSegment::Name

Definition at line 403 of file Wasm.h.

◆ Offset

WasmInitExpr llvm::wasm::WasmDataSegment::Offset

Definition at line 400 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue().


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