Lines Matching refs:Imports
300 void prepareImports(SmallVectorImpl<wasm::WasmImport> &Imports,
328 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint64_t DataSize,
844 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports,
847 if (Imports.empty())
855 encodeULEB128(Imports.size(), W->OS);
856 for (const wasm::WasmImport &Import : Imports) {
1346 SmallVectorImpl<wasm::WasmImport> &Imports, MCAssembler &Asm) {
1356 Imports.push_back(MemImport);
1358 // Populate SignatureIndices, and Imports and WasmIndices for undefined
1388 Imports.push_back(Import);
1400 Imports.push_back(Import);
1412 Imports.push_back(Import);
1424 Imports.push_back(Import);
1443 Imports.push_back(Import);
1475 SmallVector<wasm::WasmImport, 4> Imports;
1485 prepareImports(Imports, Asm);
1931 writeImportSection(Imports, DataSize, TableElems.size());