Home
last modified time | relevance | path

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

/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h308 struct WasmSignature { struct
314 WasmSignature(SmallVector<wasm::ValType, 1> &&InReturns, in WasmSignature() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h370 struct WasmSignature { struct
376 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/BinaryFormat/
H A DWasm.h367 struct WasmSignature { struct
373 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h356 struct WasmSignature { struct
362 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h367 struct WasmSignature { struct
373 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h356 struct WasmSignature { struct
362 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h356 struct WasmSignature { struct
362 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h340 struct WasmSignature { struct
346 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() function
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/BinaryFormat/
H A DWasm.h354 struct WasmSignature { struct
360 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm80/llvm-8.0.1.src/lib/MC/
H A DWasmObjectWriter.cpp62 struct WasmSignature { struct
64 enum { Plain, Empty, Tombstone } State;
67 SmallVector<wasm::ValType, 1> Returns;
70 SmallVector<wasm::ValType, 4> Params;
72 WasmSignature() : State(Plain) {} in WasmSignature() argument
74 bool operator==(const WasmSignature &Other) const { in operator ==()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/BinaryFormat/
H A DWasm.h402 struct WasmSignature { struct
408 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h402 struct WasmSignature { struct
408 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/BinaryFormat/
H A DWasm.h388 struct WasmSignature { struct
394 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h402 struct WasmSignature { struct
408 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/BinaryFormat/
H A DWasm.h412 struct WasmSignature { struct
418 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/BinaryFormat/
H A DWasm.h402 struct WasmSignature { struct
408 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/BinaryFormat/
H A DWasm.h388 struct WasmSignature { struct
394 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/BinaryFormat/
H A DWasm.h402 struct WasmSignature { struct
408 WasmSignature(SmallVector<ValType, 1> &&InReturns, in WasmSignature() argument
/dports/devel/llvm10/llvm-10.0.1.src/lib/MC/
H A 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 ==()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A 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 ==()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/MC/
H A 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 ==()
/dports/devel/llvm90/llvm-9.0.1.src/lib/MC/
H A 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 ==()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/
H A DWasmObjectWriter.cpp62 struct WasmSignature { struct
64 enum { Plain, Empty, Tombstone } State = Plain;
67 SmallVector<wasm::ValType, 1> Returns;
70 SmallVector<wasm::ValType, 4> Params;
72 bool operator==(const WasmSignature &Other) const { in operator ==()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/
H A DWasmObjectWriter.cpp62 struct WasmSignature { struct
64 enum { Plain, Empty, Tombstone } State = Plain;
67 SmallVector<wasm::ValType, 1> Returns;
70 SmallVector<wasm::ValType, 4> Params;
72 bool operator==(const WasmSignature &Other) const { in operator ==()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/BinaryFormat/
H A DWasm.h37 struct WasmSignature { struct
38 std::vector<uint8_t> ParamTypes;
39 uint8_t ReturnType;