LLVM 18.0.0git
Public Attributes | List of all members
llvm::wasm::WasmGlobal Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint32_t Index
 
WasmGlobalType Type
 
WasmInitExpr InitExpr
 
StringRef SymbolName
 

Detailed Description

Definition at line 117 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmGlobal::Index

Definition at line 118 of file Wasm.h.

◆ InitExpr

WasmInitExpr llvm::wasm::WasmGlobal::InitExpr

Definition at line 120 of file Wasm.h.

◆ SymbolName

StringRef llvm::wasm::WasmGlobal::SymbolName

Definition at line 121 of file Wasm.h.

◆ Type

WasmGlobalType llvm::wasm::WasmGlobal::Type

Definition at line 119 of file Wasm.h.


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