Lines Matching refs:wasm
17 namespace wasm {
34 void writeValueType(raw_ostream &os, llvm::wasm::ValType type,
37 void writeSig(raw_ostream &os, const llvm::wasm::WasmSignature &sig);
48 void writeInitExpr(raw_ostream &os, const llvm::wasm::WasmInitExpr &initExpr);
50 void writeLimits(raw_ostream &os, const llvm::wasm::WasmLimits &limits);
52 void writeGlobalType(raw_ostream &os, const llvm::wasm::WasmGlobalType &type);
54 void writeGlobal(raw_ostream &os, const llvm::wasm::WasmGlobal &global);
56 void writeEventType(raw_ostream &os, const llvm::wasm::WasmEventType &type);
58 void writeEvent(raw_ostream &os, const llvm::wasm::WasmEvent &event);
60 void writeTableType(raw_ostream &os, const llvm::wasm::WasmTableType &type);
62 void writeImport(raw_ostream &os, const llvm::wasm::WasmImport &import);
64 void writeExport(raw_ostream &os, const llvm::wasm::WasmExport &export_);
68 std::string toString(llvm::wasm::ValType type);
69 std::string toString(const llvm::wasm::WasmSignature &sig);
70 std::string toString(const llvm::wasm::WasmGlobalType &type);
71 std::string toString(const llvm::wasm::WasmEventType &type);