Searched refs:WasmImport (Results 1 – 9 of 9) sorted by relevance
313 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()
138 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports()272 std::vector<wasm::WasmImport> Imports;
470 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()
109 struct WasmImport { struct
257 struct WasmImport { struct510 std::vector<WasmImport> import_table;
1057 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()
380 const WasmImport& import = module->import_table[index]; in GetImports()
1156 const std::vector<i::wasm::WasmImport>& import_table = module->import_table; in imports()1160 const i::wasm::WasmImport& imp = import_table[i]; in imports()
789 WasmImport* import = &module_->import_table.back(); in DecodeImportSection()