Searched refs:WasmImport (Results 1 – 8 of 8) sorted by relevance
302 void prepareImports(SmallVectorImpl<wasm::WasmImport> &Imports,847 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection()859 for (const wasm::WasmImport &Import : Imports) { in writeImportSection()1335 SmallVectorImpl<wasm::WasmImport> &Imports, MCAssembler &Asm, in prepareImports()1340 wasm::WasmImport MemImport; in prepareImports()1373 wasm::WasmImport Import; in prepareImports()1385 wasm::WasmImport Import; in prepareImports()1397 wasm::WasmImport Import; in prepareImports()1409 wasm::WasmImport Import; in prepareImports()1425 wasm::WasmImport Import; in prepareImports()[all …]
63 void writeImport(raw_ostream &os, const llvm::wasm::WasmImport &import);
238 WasmImport import; in writeBody()256 WasmImport import; in writeBody()278 WasmImport import; in writeBody()
211 void writeImport(raw_ostream &os, const WasmImport &import) { in writeImport()
307 const WasmImport *tableImport = nullptr; in addLegacyIndirectFunctionTableIfNeeded()
139 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports()279 std::vector<wasm::WasmImport> Imports;
591 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab()592 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab()593 std::vector<wasm::WasmImport *> ImportedTags; in parseLinkingSectionSymtab()594 std::vector<wasm::WasmImport *> ImportedTables; in parseLinkingSectionSymtab()635 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()667 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab()699 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab()764 wasm::WasmImport &Import = *ImportedTags[Info.ElementIndex]; in parseLinkingSectionSymtab()1123 wasm::WasmImport Im; in parseImportSection()
130 struct WasmImport { struct