LLVM 22.0.0git
llvm::wasm::WasmInitExpr Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint8_t Extended
WasmInitExprMVP Inst
ArrayRef< uint8_tBody

Detailed Description

Definition at line 352 of file Wasm.h.

Member Data Documentation

◆ Body

ArrayRef<uint8_t> llvm::wasm::WasmInitExpr::Body

Definition at line 356 of file Wasm.h.

Referenced by readInitExpr().

◆ Extended

uint8_t llvm::wasm::WasmInitExpr::Extended

Definition at line 353 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), and readInitExpr().

◆ Inst

WasmInitExprMVP llvm::wasm::WasmInitExpr::Inst

Definition at line 355 of file Wasm.h.

Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), and readInitExpr().


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