LLVM 19.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 349 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmGlobal::Index

Definition at line 350 of file Wasm.h.

◆ InitExpr

WasmInitExpr llvm::wasm::WasmGlobal::InitExpr

Definition at line 352 of file Wasm.h.

◆ Offset

uint32_t llvm::wasm::WasmGlobal::Offset

Definition at line 354 of file Wasm.h.

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

◆ Size

uint32_t llvm::wasm::WasmGlobal::Size

Definition at line 355 of file Wasm.h.

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

◆ SymbolName

StringRef llvm::wasm::WasmGlobal::SymbolName

Definition at line 353 of file Wasm.h.

◆ Type

WasmGlobalType llvm::wasm::WasmGlobal::Type

Definition at line 351 of file Wasm.h.


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