|
LLVM 22.0.0git
|
#include "llvm/BinaryFormat/Wasm.h"
Public Attributes | |
| uint8_t | Opcode |
| union { | |
| int32_t Int32 | |
| int64_t Int64 | |
| uint32_t Float32 | |
| uint64_t Float64 | |
| uint32_t Global | |
| } | Value |
| uint32_t llvm::wasm::WasmInitExprMVP::Float32 |
Definition at line 344 of file Wasm.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping(), and readInitExpr().
| uint64_t llvm::wasm::WasmInitExprMVP::Float64 |
Definition at line 345 of file Wasm.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping(), and readInitExpr().
| uint32_t llvm::wasm::WasmInitExprMVP::Global |
Definition at line 346 of file Wasm.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping(), and readInitExpr().
| int32_t llvm::wasm::WasmInitExprMVP::Int32 |
Definition at line 342 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), llvm::yaml::MappingTraits< WasmYAML::DataSegment >::mapping(), llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping(), and readInitExpr().
| int64_t llvm::wasm::WasmInitExprMVP::Int64 |
Definition at line 343 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping(), and readInitExpr().
| uint8_t llvm::wasm::WasmInitExprMVP::Opcode |
Definition at line 340 of file Wasm.h.
Referenced by llvm::object::WasmObjectFile::getWasmSymbolValue(), llvm::yaml::MappingTraits< WasmYAML::DataSegment >::mapping(), llvm::yaml::MappingTraits< WasmYAML::InitExpr >::mapping(), and readInitExpr().
| union { ... } llvm::wasm::WasmInitExprMVP::Value |