Home
last modified time | relevance | path

Searched defs:WasmSignature (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h356 struct WasmSignature { struct
362 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp61 struct WasmSignature { struct
63 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 ==()