Home
last modified time | relevance | path

Searched refs:WASM_OPCODE_I32_CONST (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DWasm.h276 WASM_OPCODE_I32_CONST = 0x41, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp182 if (Seg.Offset.Opcode == wasm::WASM_OPCODE_I32_CONST) in printSectionHeaders()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp432 case wasm::WASM_OPCODE_I32_CONST: in mapping()
467 Segment.Offset.Opcode = wasm::WASM_OPCODE_I32_CONST; in mapping()
H A DWasmEmitter.cpp135 case wasm::WASM_OPCODE_I32_CONST: in writeInitExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp172 case wasm::WASM_OPCODE_I32_CONST: in readInitExpr()
1367 Segment.Offset.Opcode = wasm::WASM_OPCODE_I32_CONST; in parseElemSection()
1427 Segment.Data.Offset.Opcode = wasm::WASM_OPCODE_I32_CONST; in parseDataSection()
1526 if (Segment.Offset.Opcode == wasm::WASM_OPCODE_I32_CONST) { in getWasmSymbolValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp952 W->OS << char(wasm::WASM_OPCODE_I32_CONST); in writeElemSection()
1025 : wasm::WASM_OPCODE_I32_CONST); in writeDataSection()
1599 Global.InitExpr.Opcode = wasm::WASM_OPCODE_I32_CONST; in writeOneObject()