Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h268 WASM_OPCODE_END = 0x0b, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp900 W->OS << char(wasm::WASM_OPCODE_END); in writeGlobalSection()
965 W->OS << char(wasm::WASM_OPCODE_END); in writeElemSection()
1038 W->OS << char(wasm::WASM_OPCODE_END); in writeDataSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp154 writeUint8(OS, wasm::WASM_OPCODE_END); in writeInitExpr()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp201 if (EndOpcode != wasm::WASM_OPCODE_END) { in readInitExpr()