Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp299 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint32_t DataSize,
722 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection()
734 for (const wasm::WasmImport &Import : Imports) { in writeImportSection()
1087 SmallVector<wasm::WasmImport, 4> Imports; in writeObject()
1099 wasm::WasmImport MemImport; in writeObject()
1110 wasm::WasmImport TableImport; in writeObject()
1134 wasm::WasmImport Import; in writeObject()
1145 wasm::WasmImport Import; in writeObject()
/external/v8/src/wasm/
Dwasm-module.h137 struct WasmImport { struct
192 const Vector<const WasmImport> import_table,
341 std::vector<WasmImport> import_table;
Dmodule-decoder.h185 ImportExportKindCode kind, const Vector<const WasmImport> import_table,
Dwasm-module.cc50 Vector<const WasmImport> import_table, in LookupNameFromImportsAndExports()
375 const WasmImport& import = module->import_table[index]; in GetImports()
Dmodule-instantiate.cc981 const WasmImport& import = module_->import_table[index]; in SanitizeImports()
1008 WasmImport import = module_->import_table[index]; in FindImportedMemory()
1495 const WasmImport& import = module_->import_table[index]; in ProcessImports()
1732 const WasmImport& import = module_->import_table[index]; in ProcessExports()
Dwasm-debug-evaluate.cc294 for (const WasmImport imported : raw_module->import_table) { in VerifyEvaluatorInterface()
Dmodule-decoder.cc587 WasmImport* import = &module_->import_table.back(); in DecodeImportSection()
2459 ImportExportKindCode kind, const Vector<const WasmImport> import_table, in GenerateNamesFromImportsAndExports()
2469 for (const WasmImport& imp : import_table) { in GenerateNamesFromImportsAndExports()
Dc-api.cc998 const std::vector<i::wasm::WasmImport>& import_table = module->import_table; in imports()
1002 const i::wasm::WasmImport& imp = import_table[i]; in imports()
Dwasm-js.cc2435 const wasm::WasmImport& import = module->import_table[index]; in GetImportNames()
2754 const wasm::WasmImport& imp = instance->module()->import_table[*index]; in GetImportImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasm.h128 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports()
248 std::vector<wasm::WasmImport> Imports;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h82 struct WasmImport { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp428 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab()
429 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab()
463 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()
489 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab()
719 wasm::WasmImport Im; in parseImportSection()