Searched refs:WasmExport (Results 1 – 13 of 13) sorted by relevance
64 void writeExport(raw_ostream &os, const llvm::wasm::WasmExport &export_);
236 void writeExport(raw_ostream &os, const WasmExport &export_) { in writeExport()
595 WasmExport{"memory", WASM_EXTERNAL_MEMORY, 0}); in calculateExports()599 WasmExport{functionTableName, WASM_EXTERNAL_TABLE, 0}); in calculateExports()611 WasmExport export_; in calculateExports()
236 std::vector<llvm::wasm::WasmExport> exports;
370 for (const WasmExport &export_ : exports) in writeBody()
143 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()273 std::vector<wasm::WasmExport> Exports;
146 ArrayRef<wasm::WasmExport> exports() const { return Exports; } in exports()282 std::vector<wasm::WasmExport> Exports;
316 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);773 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()781 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()1115 SmallVector<wasm::WasmExport, 4> Exports; in writeObject()1329 wasm::WasmExport Export; in writeObject()
57 struct WasmExport { struct
58 struct WasmExport { struct
313 void writeExportSection(ArrayRef<wasm::WasmExport> Exports);878 void WasmObjectWriter::writeExportSection(ArrayRef<wasm::WasmExport> Exports) { in writeExportSection()886 for (const wasm::WasmExport &Export : Exports) { in writeExportSection()1348 SmallVector<wasm::WasmExport, 4> Exports; in writeOneObject()1484 wasm::WasmExport Export; in writeOneObject()
1027 wasm::WasmExport Ex; in parseExportSection()
1163 wasm::WasmExport Ex; in parseExportSection()