LLVM 19.0.0git
Public Attributes | List of all members
llvm::wasm::WasmInitExpr Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint8_t Extended
 
WasmInitExprMVP Inst
 
ArrayRef< uint8_t > Body
 

Detailed Description

Definition at line 337 of file Wasm.h.

Member Data Documentation

◆ Body

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

Definition at line 341 of file Wasm.h.

Referenced by readInitExpr().

◆ Extended

uint8_t llvm::wasm::WasmInitExpr::Extended

Definition at line 338 of file Wasm.h.

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

◆ Inst

WasmInitExprMVP llvm::wasm::WasmInitExpr::Inst

Definition at line 340 of file Wasm.h.

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


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