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

References

lib/MC/WasmObjectWriter.cpp
  732       encodeULEB128(Import.Event.Attribute, W.OS);
  733       encodeULEB128(Import.Event.SigIndex, W.OS);
 1189         Import.Event.Attribute = wasm::WASM_EVENT_ATTRIBUTE_EXCEPTION;
 1190         Import.Event.SigIndex = getEventType(WS);
lib/Object/WasmObjectFile.cpp
  604         EventType = &Import.Event;
  925       Im.Event.Attribute = readVarint32(Ctx);
  926       Im.Event.SigIndex = readVarint32(Ctx);
tools/lld/wasm/SyntheticSections.cpp
  178       import.Event.Attribute = eventSym->getEventType()->Attribute;
  179       import.Event.SigIndex = out.typeSec->lookupType(*eventSym->signature);
tools/lld/wasm/WriterUtils.cpp
  197     writeEventType(os, import.Event);
tools/obj2yaml/wasm2yaml.cpp
  226           Im.EventImport.Attribute = Import.Event.Attribute;
  227           Im.EventImport.SigIndex = Import.Event.SigIndex;