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.h93 WASM_OPCODE_END = 0x0b, enumerator
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.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/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.cpp231 if (EndOpcode != wasm::WASM_OPCODE_END) in readInitExpr()
277 case wasm::WASM_OPCODE_END: in readInitExpr()