Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp99 case wasm::WASM_TYPE_FUNC: in anyTypeToString()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h253 WASM_TYPE_FUNC = 0x60, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h151 SignatureForm Form = wasm::WASM_TYPE_FUNC;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp781 W->OS << char(wasm::WASM_TYPE_FUNC); in writeTypeSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1012 if (Form != wasm::WASM_TYPE_FUNC) { in parseTypeSection()