Searched refs:WasmExport (Results 1 – 4 of 4) sorted by relevance
151 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()290 std::vector<wasm::WasmExport> Exports;
329 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);958 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()966 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()1453 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()1595 wasm::WasmExport Export; in writeOneObject()
315 struct WasmExport { struct
1444 wasm::WasmExport Ex; in parseExportSection()