Home
last modified time | relevance | path

Searched refs:WasmImport (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp313 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint32_t DataSize,
697 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection()
709 for (const wasm::WasmImport &Import : Imports) { in writeImportSection()
1114 SmallVector<wasm::WasmImport, 4> Imports; in writeObject()
1125 wasm::WasmImport MemImport; in writeObject()
1134 wasm::WasmImport TableImport; in writeObject()
1161 wasm::WasmImport Import; in writeObject()
1173 wasm::WasmImport Import; in writeObject()
1185 wasm::WasmImport Import; in writeObject()
1202 wasm::WasmImport Import; in writeObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h138 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports()
272 std::vector<wasm::WasmImport> Imports;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp470 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab()
471 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab()
472 std::vector<wasm::WasmImport *> ImportedEvents; in parseLinkingSectionSymtab()
510 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()
539 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab()
599 wasm::WasmImport &Import = *ImportedEvents[Info.ElementIndex]; in parseLinkingSectionSymtab()
900 wasm::WasmImport Im; in parseImportSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h109 struct WasmImport { struct
/third_party/node/deps/v8/src/wasm/
Dwasm-module.h257 struct WasmImport { struct
510 std::vector<WasmImport> import_table;
Dmodule-instantiate.cc1057 const WasmImport& import = module_->import_table[index]; in SanitizeImports()
1084 WasmImport import = module_->import_table[index]; in FindImportedMemory()
1643 const WasmImport& import = module_->import_table[index]; in ProcessImports()
1766 const WasmImport& import = module_->import_table[index]; in ProcessExports()
Dwasm-module.cc380 const WasmImport& import = module->import_table[index]; in GetImports()
Dc-api.cc1156 const std::vector<i::wasm::WasmImport>& import_table = module->import_table; in imports()
1160 const i::wasm::WasmImport& imp = import_table[i]; in imports()
Dmodule-decoder.cc789 WasmImport* import = &module_->import_table.back(); in DecodeImportSection()