Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp186 else if (Seg.Offset.Inst.Opcode == wasm::WASM_OPCODE_I64_CONST) in printSectionHeaders()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h103 WASM_OPCODE_I64_CONST = 0x42, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp209 case wasm::WASM_OPCODE_I64_CONST: in readInitExpr()
244 case wasm::WASM_OPCODE_I64_CONST: in readInitExpr()
1471 } else if (Inst.Opcode == wasm::WASM_OPCODE_I64_CONST) { in parseExportSection()
1862 } else if (Segment.Offset.Inst.Opcode == wasm::WASM_OPCODE_I64_CONST) { in getWasmSymbolValue()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp1020 W->OS << char(is64Bit() ? wasm::WASM_OPCODE_I64_CONST in writeElemSection()
1089 W->OS << char(is64Bit() ? wasm::WASM_OPCODE_I64_CONST in writeDataSection()
1675 Global.InitExpr.Inst.Opcode = wasm::WASM_OPCODE_I64_CONST; in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp141 case wasm::WASM_OPCODE_I64_CONST: in writeInitExpr()
H A DWasmYAML.cpp441 case wasm::WASM_OPCODE_I64_CONST: in mapping()