Searched refs:WasmImport (Results 1 – 4 of 4) 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