Searched defs:WasmSignature (Results 1 – 2 of 2) sorted by relevance
356 struct WasmSignature { struct362 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
61 struct WasmSignature { struct63 enum { Plain, Empty, Tombstone } State = Plain;66 SmallVector<wasm::ValType, 1> Returns;69 SmallVector<wasm::ValType, 4> Params;71 bool operator==(const WasmSignature &Other) const { in operator ==()