Searched refs:WasmImport (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 299 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/ |
D | wasm-module.h | 137 struct WasmImport { struct 192 const Vector<const WasmImport> import_table, 341 std::vector<WasmImport> import_table;
|
D | module-decoder.h | 185 ImportExportKindCode kind, const Vector<const WasmImport> import_table,
|
D | wasm-module.cc | 50 Vector<const WasmImport> import_table, in LookupNameFromImportsAndExports() 375 const WasmImport& import = module->import_table[index]; in GetImports()
|
D | module-instantiate.cc | 981 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()
|
D | wasm-debug-evaluate.cc | 294 for (const WasmImport imported : raw_module->import_table) { in VerifyEvaluatorInterface()
|
D | module-decoder.cc | 587 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()
|
D | c-api.cc | 998 const std::vector<i::wasm::WasmImport>& import_table = module->import_table; in imports() 1002 const i::wasm::WasmImport& imp = import_table[i]; in imports()
|
D | wasm-js.cc | 2435 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/ |
D | Wasm.h | 128 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/ |
D | Wasm.h | 82 struct WasmImport { struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 428 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()
|