Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DWasm.h215 WASM_TYPE_FUNCREF = 0x70, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/InstPrinter/
H A DWebAssemblyInstPrinter.cpp295 case wasm::WASM_TYPE_FUNCREF: in anyTypeToString()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp836 if (Im.Table.ElemType != wasm::WASM_TYPE_FUNCREF) in parseImportSection()
879 if (Tables.back().ElemType != wasm::WASM_TYPE_FUNCREF) { in parseTableSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWasmObjectWriter.cpp1186 TableImport.Table.ElemType = wasm::WASM_TYPE_FUNCREF; in writeObject()