Home
last modified time | relevance | path

Searched refs:WASM_OPCODE_DROP (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h263 WASM_OPCODE_DROP = 0x1a, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DWasm.h284 WASM_OPCODE_DROP = 0x1a, enumerator
/external/llvm-project/lld/wasm/
DWriter.cpp967 writeU8(os, WASM_OPCODE_DROP, "drop"); in createInitMemoryFunction()
1007 writeU8(os, WASM_OPCODE_DROP, "drop"); in createInitMemoryFunction()
1081 writeU8(os, WASM_OPCODE_DROP, "DROP"); in createCallCtorsFunction()