|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Object/WasmObjectFile.cpp 179 case wasm::WASM_OPCODE_GLOBAL_GET:
lib/ObjectYAML/WasmEmitter.cpp 146 case wasm::WASM_OPCODE_GLOBAL_GET:
lib/ObjectYAML/WasmYAML.cpp 433 case wasm::WASM_OPCODE_GLOBAL_GET:
585 ECase(GLOBAL_GET);
tools/lld/wasm/InputChunks.cpp 314 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET");
325 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET");
336 writeU8(os, WASM_OPCODE_GLOBAL_GET, "GLOBAL_GET");
tools/lld/wasm/OutputSections.cpp 152 initExpr.Opcode = WASM_OPCODE_GLOBAL_GET;
tools/lld/wasm/SyntheticSections.cpp 351 initExpr.Opcode = WASM_OPCODE_GLOBAL_GET;
tools/lld/wasm/WriterUtils.cpp 144 case WASM_OPCODE_GLOBAL_GET: