Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h101 struct WasmImport { struct
150 std::vector<WasmImport> import_table;
Dwasm-module.cc146 const WasmImport& import = module->import_table[index]; in GetImports()
Dmodule-compiler.cc1410 const WasmImport& import = module_->import_table[index]; in SanitizeImports()
1449 const WasmImport& import = module_->import_table[index]; in FindImportedMemoryBuffer()
1476 const WasmImport& import = module_->import_table[index]; in ProcessImports()
1850 const WasmImport& import = module_->import_table[index]; in ProcessExports()
Dmodule-decoder.cc453 WasmImport* import = &module_->import_table.back(); in DecodeImportSection()
/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/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()