LLVM: llvm::wasm::WasmInitExpr Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/Wasm.h](BinaryFormat%5F2Wasm%5F8h%5Fsource.html)"

Public Attributes
uint8_t Extended
WasmInitExprMVP Inst
ArrayRef< uint8_t > Body

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: