Home
last modified time | relevance | path

Searched defs:WasmExport (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h436 struct WasmExport { struct
437 base::Vector<const char> name;
438 ImportExportKindCode kind;
439 int index; // Can be negative for re-exported imports.
Dwasm-module.h265 struct WasmExport { struct
266 WireBytesRef name; // exported name.
267 ImportExportKindCode kind; // kind of the export.
268 uint32_t index; // index into the respective space.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h57 struct WasmExport { struct
58 StringRef Name;
59 uint8_t Kind;
60 uint32_t Index;