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

#include "llvm/BinaryFormat/Wasm.h"

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

Public Attributes

uint8_t Opcode
 
union {
   int32_t   Int32
 
   int64_t   Int64
 
   int32_t   Float32
 
   int64_t   Float64
 
   uint32_t   Global
 
Value
 

Detailed Description

Definition at line 63 of file Wasm.h.

Member Data Documentation

◆ Float32

int32_t llvm::wasm::WasmInitExpr::Float32

◆ Float64

int64_t llvm::wasm::WasmInitExpr::Float64

◆ Global

uint32_t llvm::wasm::WasmInitExpr::Global

◆ Int32

int32_t llvm::wasm::WasmInitExpr::Int32

◆ Int64

int64_t llvm::wasm::WasmInitExpr::Int64

◆ Opcode

uint8_t llvm::wasm::WasmInitExpr::Opcode

◆ Value

union { ... } llvm::wasm::WasmInitExpr::Value

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