LLVM 20.0.0git
|
#include "llvm/BinaryFormat/Wasm.h"
Public Attributes | |
uint32_t | Index |
WasmGlobalType | Type |
WasmInitExpr | InitExpr |
StringRef | SymbolName |
uint32_t | Offset |
uint32_t | Size |
WasmInitExpr llvm::wasm::WasmGlobal::InitExpr |
uint32_t llvm::wasm::WasmGlobal::Offset |
Definition at line 356 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSymbolAddress().
uint32_t llvm::wasm::WasmGlobal::Size |
Definition at line 357 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getSymbolSize().
WasmGlobalType llvm::wasm::WasmGlobal::Type |