Searched refs:WasmExport (Results 1 – 9 of 9) sorted by relevance
65 void writeExport(raw_ostream &os, const llvm::wasm::WasmExport &export_);
237 void writeExport(raw_ostream &os, const WasmExport &export_) { in writeExport()
316 std::vector<llvm::wasm::WasmExport> exports;
653 WasmExport{"memory", WASM_EXTERNAL_MEMORY, 0}); in calculateExports()665 WasmExport export_; in calculateExports()
530 for (const WasmExport &export_ : exports) in writeBody()
144 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()280 std::vector<wasm::WasmExport> Exports;
71 struct WasmExport { struct
334 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);982 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()990 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()1468 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()1614 wasm::WasmExport Export; in writeOneObject()
1281 wasm::WasmExport Ex; in parseExportSection()