Searched refs:WasmExport (Results 1 – 4 of 4) sorted by relevance
146 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()283 std::vector<wasm::WasmExport> Exports;
266 struct WasmExport { struct
334 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);984 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()992 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()1467 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()1608 wasm::WasmExport Export; in writeOneObject()
1300 wasm::WasmExport Ex; in parseExportSection()