Home
last modified time | relevance | path

Searched refs:WASM_TYPE_NORESULT (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp95 case wasm::WASM_TYPE_NORESULT: in anyTypeToString()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DWasm.h269 WASM_TYPE_NORESULT = 0x40, // for blocks with no result values enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp356 if (Imm != wasm::WASM_TYPE_NORESULT) in printWebAssemblySignatureOperand()
/openbsd-src/gnu/llvm/lld/wasm/
H A DWriter.cpp1165 writeU8(os, WASM_TYPE_NORESULT, "block type"); in createInitMemoryFunction()
1167 writeU8(os, WASM_TYPE_NORESULT, "block type"); in createInitMemoryFunction()
1169 writeU8(os, WASM_TYPE_NORESULT, "block type"); in createInitMemoryFunction()