Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h95 WASM_OPCODE_END = 0x0b, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp932 W->OS << char(wasm::WASM_OPCODE_END); in writeGlobalSection()
1000 W->OS << char(wasm::WASM_OPCODE_END); in writeElemSection()
1069 W->OS << char(wasm::WASM_OPCODE_END); in writeDataSection()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp158 writeUint8(OS, wasm::WASM_OPCODE_END); in writeInitExpr()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp228 if (EndOpcode != wasm::WASM_OPCODE_END) in readInitExpr()
274 case wasm::WASM_OPCODE_END: in readInitExpr()