Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h76 WASM_OPCODE_END = 0x0b, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp960 W->OS << char(wasm::WASM_OPCODE_END); in writeGlobalSection()
1025 W->OS << char(wasm::WASM_OPCODE_END); in writeElemSection()
1095 W->OS << char(wasm::WASM_OPCODE_END); in writeDataSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp158 writeUint8(OS, wasm::WASM_OPCODE_END); in writeInitExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp212 if (EndOpcode != wasm::WASM_OPCODE_END) in readInitExpr()
236 case wasm::WASM_OPCODE_END: in readInitExpr()