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

#include "llvm/BinaryFormat/Wasm.h"

Collaboration diagram for llvm::wasm::WasmDataSegment:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 128 of file Wasm.h.

Member Data Documentation

◆ Alignment

uint32_t llvm::wasm::WasmDataSegment::Alignment

Definition at line 133 of file Wasm.h.

◆ Comdat

uint32_t llvm::wasm::WasmDataSegment::Comdat

Definition at line 135 of file Wasm.h.

◆ Content

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

Definition at line 131 of file Wasm.h.

◆ Flags

uint32_t llvm::wasm::WasmDataSegment::Flags

Definition at line 134 of file Wasm.h.

◆ MemoryIndex

uint32_t llvm::wasm::WasmDataSegment::MemoryIndex

Definition at line 129 of file Wasm.h.

◆ Name

StringRef llvm::wasm::WasmDataSegment::Name

Definition at line 132 of file Wasm.h.

◆ Offset

WasmInitExpr llvm::wasm::WasmDataSegment::Offset

Definition at line 130 of file Wasm.h.

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


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