Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h251 WASM_TYPE_FUNCREF = 0x70, enumerator
398 FUNCREF = WASM_TYPE_FUNCREF,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbolWasm.h111 getTableType().ElemType == wasm::WASM_TYPE_FUNCREF; in isFunctionTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp91 case wasm::WASM_TYPE_FUNCREF: in anyTypeToString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1061 if (ElemType != wasm::WASM_TYPE_FUNCREF && in parseImportSection()
1112 if (ElemType != wasm::WASM_TYPE_FUNCREF && in parseTableSection()