Home
last modified time | relevance | path

Searched defs:WasmGlobal (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-module.h38 struct WasmGlobal { struct
39 ValueType type; // type of the global.
40 bool mutability; // {true} if mutable.
41 WasmInitExpr init; // the initialization expression of the global.
42 union {
46 bool imported; // true if imported.
47 bool exported; // true if exported.
Dwasm-module-builder.h265 struct WasmGlobal { struct
286 ZoneVector<WasmGlobal> globals_; argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h75 struct WasmGlobal { struct
77 WasmGlobalType Type; argument
88 WasmGlobalType Global; argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp125 struct WasmGlobal { struct
126 wasm::WasmGlobalType Type;
127 uint64_t InitialValue;