Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DWasm.h266 WASM_TYPE_FUNCREF = 0x70, enumerator
430 FUNCREF = WASM_TYPE_FUNCREF,
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSymbolWasm.h115 getTableType().ElemType == wasm::WASM_TYPE_FUNCREF; in isFunctionTable()
/openbsd/src/gnu/llvm/llvm/lib/Object/
DWasmObjectFile.cpp1141 if (ElemType != wasm::WASM_TYPE_FUNCREF && in parseImportSection()
1198 if (ElemType != wasm::WASM_TYPE_FUNCREF && in parseTableSection()