Home
last modified time | relevance | path

Searched defs:WasmImport (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h109 struct WasmImport { struct
110 StringRef Module;
111 StringRef Field;
112 uint8_t Kind;
113 union {
/third_party/node/deps/v8/src/wasm/
Dwasm-module.h257 struct WasmImport { struct
258 WireBytesRef module_name; // module name.
259 WireBytesRef field_name; // import name.
260 ImportExportKindCode kind; // kind of the import.
261 uint32_t index; // index into the respective space.