Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h217 WASM_TYPE_FUNC = 0x60, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/InstPrinter/
H A DWebAssemblyInstPrinter.cpp297 case wasm::WASM_TYPE_FUNC: in anyTypeToString()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h135 SignatureForm Form = wasm::WASM_TYPE_FUNC;
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp720 W.OS << char(wasm::WASM_TYPE_FUNC); in writeTypeSection()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp787 if (Form != wasm::WASM_TYPE_FUNC) { in parseTypeSection()