Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h65 struct WasmGlobal { struct
66 ValueType type; // type of the global.
67 bool mutability; // {true} if mutable.
68 WasmInitExpr init; // the initialization expression of the global.
69 union {
73 bool imported; // true if imported.
74 bool exported; // true if exported.
Dwasm-module-builder.h322 struct WasmGlobal { struct
346 ZoneVector<WasmGlobalImport> global_imports_; 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;