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.h268 OTHERREF = 0xff, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp610 ECase(OTHERREF); in enumeration()
645 ECase(OTHERREF); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp196 return wasm::ValType(wasm::ValType::OTHERREF); in parseValType()
1296 ElemType != wasm::ValType::OTHERREF) in parseImportSection()
1355 ElemType != wasm::ValType::OTHERREF) { in parseTableSection()
1690 Segment.ElemKind != wasm::ValType::OTHERREF) { in parseElemSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp970 assert(Table.Type.ElemType != wasm::ValType::OTHERREF && in writeTableSection()