LLVM
8.0.1
|
#include "llvm/BinaryFormat/Wasm.h"
Public Attributes | |
uint8_t | Opcode |
union { | |
int32_t Int32 | |
int64_t Int64 | |
int32_t Float32 | |
int64_t Float64 | |
uint32_t Global | |
} | Value |
int32_t llvm::wasm::WasmInitExpr::Float32 |
Definition at line 68 of file Wasm.h.
Referenced by llvm::yaml::MappingTraits< wasm::WasmInitExpr >::mapping(), and readInitExpr().
int64_t llvm::wasm::WasmInitExpr::Float64 |
Definition at line 69 of file Wasm.h.
Referenced by llvm::yaml::MappingTraits< wasm::WasmInitExpr >::mapping(), and readInitExpr().
uint32_t llvm::wasm::WasmInitExpr::Global |
Definition at line 70 of file Wasm.h.
Referenced by llvm::yaml::MappingTraits< wasm::WasmInitExpr >::mapping(), and readInitExpr().
int32_t llvm::wasm::WasmInitExpr::Int32 |
Definition at line 66 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), llvm::yaml::MappingTraits< wasm::WasmInitExpr >::mapping(), and readInitExpr().
int64_t llvm::wasm::WasmInitExpr::Int64 |
Definition at line 67 of file Wasm.h.
Referenced by llvm::yaml::MappingTraits< wasm::WasmInitExpr >::mapping(), and readInitExpr().
uint8_t llvm::wasm::WasmInitExpr::Opcode |
Definition at line 64 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), llvm::yaml::MappingTraits< wasm::WasmInitExpr >::mapping(), and readInitExpr().
union { ... } llvm::wasm::WasmInitExpr::Value |