Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DWasm.h210 WASM_OPCODE_END = 0x0b, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp792 W.OS << char(wasm::WASM_OPCODE_END); in writeGlobalSection()
828 W.OS << char(wasm::WASM_OPCODE_END); in writeElemSection()
881 W.OS << char(wasm::WASM_OPCODE_END); in writeDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp111 writeUint8(OS, wasm::WASM_OPCODE_END); in writeInitExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp183 if (EndOpcode != wasm::WASM_OPCODE_END) { in readInitExpr()