Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h101 struct WasmImport { struct
102 WireBytesRef module_name; // module name.
103 WireBytesRef field_name; // import name.
104 ImportExportKindCode kind; // kind of the import.
105 uint32_t index; // index into the respective space.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h82 struct WasmImport { struct
83 StringRef Module;
84 StringRef Field;
85 uint8_t Kind;
86 union {