Home
last modified time | relevance | path

Searched refs:WASM_TYPE_FUNC (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp95 case wasm::WASM_TYPE_FUNC: in anyTypeToString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h253 WASM_TYPE_FUNC = 0x60, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h151 SignatureForm Form = wasm::WASM_TYPE_FUNC;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp770 W->OS << char(wasm::WASM_TYPE_FUNC); in writeTypeSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1011 if (Form != wasm::WASM_TYPE_FUNC) { in parseTypeSection()