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()1332 SmallVectorImpl<wasm::WasmImport> &Imports, MCAssembler &Asm, in prepareImports()1337 wasm::WasmImport MemImport; in prepareImports()1370 wasm::WasmImport Import; in prepareImports()1382 wasm::WasmImport Import; in prepareImports()1394 wasm::WasmImport Import; in prepareImports()1406 wasm::WasmImport Import; in prepareImports()1422 wasm::WasmImport Import; in prepareImports()[all …]
63 void writeImport(raw_ostream &os, const llvm::wasm::WasmImport &import);
240 WasmImport import; in writeBody()258 WasmImport import; in writeBody()280 WasmImport import; in writeBody()
211 void writeImport(raw_ostream &os, const WasmImport &import) { in writeImport()
309 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()665 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab()695 wasm::WasmImport &Import = *ImportedTables[Info.ElementIndex]; in parseLinkingSectionSymtab()758 wasm::WasmImport &Import = *ImportedTags[Info.ElementIndex]; in parseLinkingSectionSymtab()1115 wasm::WasmImport Im; in parseImportSection()
130 struct WasmImport { struct