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

References

lib/MC/WasmObjectWriter.cpp
  731     case wasm::WASM_EXTERNAL_EVENT:
 1188         Import.Kind = wasm::WASM_EXTERNAL_EVENT;
lib/Object/WasmObjectFile.cpp
  481     else if (I.Kind == wasm::WASM_EXTERNAL_EVENT)
  923     case wasm::WASM_EXTERNAL_EVENT:
 1041     case wasm::WASM_EXTERNAL_EVENT:
lib/ObjectYAML/WasmEmitter.cpp
  360     case wasm::WASM_EXTERNAL_EVENT:
lib/ObjectYAML/WasmYAML.cpp
  388   } else if (Import.Kind == wasm::WASM_EXTERNAL_EVENT) {
  573   ECase(EVENT);
tools/lld/wasm/SyntheticSections.cpp
  177       import.Kind = WASM_EXTERNAL_EVENT;
tools/lld/wasm/Writer.cpp
  536       export_ = {name, WASM_EXTERNAL_EVENT, e->getEventIndex()};
tools/lld/wasm/WriterUtils.cpp
  196   case WASM_EXTERNAL_EVENT:
tools/obj2yaml/wasm2yaml.cpp
  225         case wasm::WASM_EXTERNAL_EVENT: