Searched refs:WasmExport (Results 1 – 4 of 4) sorted by relevance
147 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()283 std::vector<wasm::WasmExport> Exports;
58 struct WasmExport { struct
313 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);913 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()921 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()1400 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()1546 wasm::WasmExport Export; in writeOneObject()
1180 wasm::WasmExport Ex; in parseExportSection()