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

#include "llvm/BinaryFormat/Wasm.h"

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

Public Attributes

uint32_t Index
 
WasmGlobalType Type
 
WasmInitExpr InitExpr
 
StringRef SymbolName
 

Detailed Description

Definition at line 79 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmGlobal::Index

Definition at line 80 of file Wasm.h.

◆ InitExpr

WasmInitExpr llvm::wasm::WasmGlobal::InitExpr

Definition at line 82 of file Wasm.h.

◆ SymbolName

StringRef llvm::wasm::WasmGlobal::SymbolName

Definition at line 83 of file Wasm.h.

◆ Type

WasmGlobalType llvm::wasm::WasmGlobal::Type

Definition at line 81 of file Wasm.h.


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