Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h251 WASM_TYPE_FUNCREF = 0x70, enumerator
398 FUNCREF = WASM_TYPE_FUNCREF,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp134 wasm::WasmTableType TableType = {wasm::WASM_TYPE_FUNCREF, Limits}; in getOrCreateFuncrefCallTableSymbol()
H A DWebAssemblyTypeUtilities.cpp95 case wasm::WASM_TYPE_FUNCREF: in anyTypeToString()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h111 getTableType().ElemType == wasm::WASM_TYPE_FUNCREF; in isFunctionTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1062 if (ElemType != wasm::WASM_TYPE_FUNCREF && in parseImportSection()
1113 if (ElemType != wasm::WASM_TYPE_FUNCREF && in parseTableSection()