LLVM: llvm::wasm::WasmGlobal Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/Wasm.h](BinaryFormat%5F2Wasm%5F8h%5Fsource.html)"

Public Attributes
uint32_t Index
WasmGlobalType Type
WasmInitExpr InitExpr
StringRef SymbolName
uint32_t Offset
uint32_t Size

Detailed Description

Definition at line 364 of file Wasm.h.

Member Data Documentation

Index

uint32_t llvm::wasm::WasmGlobal::Index

Definition at line 365 of file Wasm.h.

InitExpr

WasmInitExpr llvm::wasm::WasmGlobal::InitExpr

Definition at line 367 of file Wasm.h.

Offset

uint32_t llvm::wasm::WasmGlobal::Offset

Definition at line 369 of file Wasm.h.

Size

uint32_t llvm::wasm::WasmGlobal::Size

Definition at line 370 of file Wasm.h.

SymbolName

StringRef llvm::wasm::WasmGlobal::SymbolName

Definition at line 368 of file Wasm.h.

Type

WasmGlobalType llvm::wasm::WasmGlobal::Type

Definition at line 366 of file Wasm.h.


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