Home
last modified time | relevance | path

Searched refs:WasmExport (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.h436 struct WasmExport { struct in v8::internal::wasm::WasmModuleBuilder
466 ZoneVector<WasmExport> exports_;
H A Dwasm-module.h265 struct WasmExport { struct
511 std::vector<WasmExport> export_table;
H A Dmodule-decoder.cc976 WasmExport* exp = &module_->export_table.back(); in DecodeExportSection()
1037 std::vector<WasmExport> sorted_exports(module_->export_table); in DecodeExportSection()
1039 auto cmp_less = [this](const WasmExport& a, const WasmExport& b) { in DecodeExportSection()
1051 WasmExport* last = &*it++; in DecodeExportSection()
H A Dwasm-module.cc480 const WasmExport& exp = module->export_table[index]; in GetExports()
H A Dc-api.cc1175 const std::vector<i::wasm::WasmExport>& export_table = module->export_table; in ExportsImpl()
1179 const i::wasm::WasmExport& exp = export_table[i]; in ExportsImpl()
H A Dmodule-instantiate.cc1804 for (const WasmExport& exp : module_->export_table) { in ProcessExports()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasm.h143 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()
273 std::vector<wasm::WasmExport> Exports;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp316 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);
773 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()
781 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()
1115 SmallVector<wasm::WasmExport, 4> Exports; in writeObject()
1329 wasm::WasmExport Export; in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h57 struct WasmExport { struct
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc287 for (wasm::WasmExport exp : module->export_table) { in RUNTIME_FUNCTION()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DWasmObjectFile.cpp1027 wasm::WasmExport Ex; in parseExportSection()

Completed in 43 milliseconds