Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h100 WASM_OPCODE_GLOBAL_GET = 0x23, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp215 case wasm::WASM_OPCODE_GLOBAL_GET: in readInitExpr()
238 case wasm::WASM_OPCODE_GLOBAL_GET: in readInitExpr()
1885 } else if (Segment.Offset.Inst.Opcode == wasm::WASM_OPCODE_GLOBAL_GET) { in getWasmSymbolValue()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp452 case wasm::WASM_OPCODE_GLOBAL_GET: in mapping()
H A DWasmEmitter.cpp150 case wasm::WASM_OPCODE_GLOBAL_GET: in writeInitExpr()