LLVM 20.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
 
uint32_t Offset
 
uint32_t Size
 

Detailed Description

Definition at line 358 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmGlobal::Index

Definition at line 359 of file Wasm.h.

◆ InitExpr

WasmInitExpr llvm::wasm::WasmGlobal::InitExpr

Definition at line 361 of file Wasm.h.

◆ Offset

uint32_t llvm::wasm::WasmGlobal::Offset

Definition at line 363 of file Wasm.h.

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

◆ Size

uint32_t llvm::wasm::WasmGlobal::Size

Definition at line 364 of file Wasm.h.

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

◆ SymbolName

StringRef llvm::wasm::WasmGlobal::SymbolName

Definition at line 362 of file Wasm.h.

◆ Type

WasmGlobalType llvm::wasm::WasmGlobal::Type

Definition at line 360 of file Wasm.h.


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