Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h246 WASM_OPCODE_END = 0x0b, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp803 W.OS << char(wasm::WASM_OPCODE_END); in writeElemSection()
869 W.OS << char(wasm::WASM_OPCODE_END); in writeDataSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp153 writeUint8(OS, wasm::WASM_OPCODE_END); in writeInitExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp188 if (EndOpcode != wasm::WASM_OPCODE_END) { in readInitExpr()