Searched refs:WasmImport (Results 1 – 8 of 8) sorted by relevance
101 struct WasmImport { struct150 std::vector<WasmImport> import_table;
146 const WasmImport& import = module->import_table[index]; in GetImports()
1410 const WasmImport& import = module_->import_table[index]; in SanitizeImports()1449 const WasmImport& import = module_->import_table[index]; in FindImportedMemoryBuffer()1476 const WasmImport& import = module_->import_table[index]; in ProcessImports()1850 const WasmImport& import = module_->import_table[index]; in ProcessExports()
453 WasmImport* import = &module_->import_table.back(); in DecodeImportSection()
299 void writeImportSection(ArrayRef<wasm::WasmImport> Imports, uint32_t DataSize,722 void WasmObjectWriter::writeImportSection(ArrayRef<wasm::WasmImport> Imports, in writeImportSection()734 for (const wasm::WasmImport &Import : Imports) { in writeImportSection()1087 SmallVector<wasm::WasmImport, 4> Imports; in writeObject()1099 wasm::WasmImport MemImport; in writeObject()1110 wasm::WasmImport TableImport; in writeObject()1134 wasm::WasmImport Import; in writeObject()1145 wasm::WasmImport Import; in writeObject()
128 ArrayRef<wasm::WasmImport> imports() const { return Imports; } in imports()248 std::vector<wasm::WasmImport> Imports;
82 struct WasmImport { struct
428 std::vector<wasm::WasmImport *> ImportedGlobals; in parseLinkingSectionSymtab()429 std::vector<wasm::WasmImport *> ImportedFunctions; in parseLinkingSectionSymtab()463 wasm::WasmImport &Import = *ImportedFunctions[Info.ElementIndex]; in parseLinkingSectionSymtab()489 wasm::WasmImport &Import = *ImportedGlobals[Info.ElementIndex]; in parseLinkingSectionSymtab()719 wasm::WasmImport Im; in parseImportSection()