Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h279 OTHERREF = 0xff, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp613 ECase(OTHERREF); in enumeration()
648 ECase(OTHERREF); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp193 return wasm::ValType(wasm::ValType::OTHERREF); in parseValType()
1304 ElemType != wasm::ValType::OTHERREF) in parseImportSection()
1363 ElemType != wasm::ValType::OTHERREF) { in parseTableSection()
1711 Segment.ElemKind != wasm::ValType::OTHERREF) { in parseElemSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp947 assert(Table.Type.ElemType != wasm::ValType::OTHERREF && in writeTableSection()