Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDWasm.h93 WASM_OPCODE_END = 0x0b, enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDWasmObjectWriter.cpp955 W->OS << char(wasm::WASM_OPCODE_END); in writeGlobalSection()
1023 W->OS << char(wasm::WASM_OPCODE_END); in writeElemSection()
1092 W->OS << char(wasm::WASM_OPCODE_END); in writeDataSection()
/freebsd-head/contrib/llvm-project/llvm/lib/ObjectYAML/
HDWasmEmitter.cpp158 writeUint8(OS, wasm::WASM_OPCODE_END); in writeInitExpr()
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDWasmObjectFile.cpp231 if (EndOpcode != wasm::WASM_OPCODE_END) in readInitExpr()
277 case wasm::WASM_OPCODE_END: in readInitExpr()