Home
last modified time | relevance | path

Searched refs:WASM_OPCODE_GLOBAL_GET (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h81 WASM_OPCODE_GLOBAL_GET = 0x23, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp188 else if (Seg.Offset.Inst.Opcode == wasm::WASM_OPCODE_GLOBAL_GET) { in printSectionHeaders()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp195 case wasm::WASM_OPCODE_GLOBAL_GET: in readInitExpr()
222 case wasm::WASM_OPCODE_GLOBAL_GET: in readInitExpr()
1704 } else if (Segment.Offset.Inst.Opcode == wasm::WASM_OPCODE_GLOBAL_GET) { in getWasmSymbolValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp447 case wasm::WASM_OPCODE_GLOBAL_GET: in mapping()
H A DWasmEmitter.cpp150 case wasm::WASM_OPCODE_GLOBAL_GET: in writeInitExpr()