reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/WasmObjectFile.cpp
  170   case wasm::WASM_OPCODE_I64_CONST:
lib/ObjectYAML/WasmEmitter.cpp
  137   case wasm::WASM_OPCODE_I64_CONST:
lib/ObjectYAML/WasmYAML.cpp
  424   case wasm::WASM_OPCODE_I64_CONST:
  582   ECase(I64_CONST);
tools/lld/wasm/WriterUtils.cpp
  126   writeU8(os, WASM_OPCODE_I64_CONST, "i64.const");
  141   case WASM_OPCODE_I64_CONST: