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

References

lib/MC/WasmObjectWriter.cpp
  733       encodeULEB128(Import.Event.SigIndex, W.OS);
  767     encodeULEB128(Event.SigIndex, W.OS);
 1190         Import.Event.SigIndex = getEventType(WS);
 1381         Event.SigIndex = getEventType(WS);
lib/Object/WasmObjectFile.cpp
  593         Signature = &Signatures[Event.Type.SigIndex];
  605         Signature = &Signatures[EventType->SigIndex];
  926       Im.Event.SigIndex = readVarint32(Ctx);
 1012     Event.Type.SigIndex = readVarint32(Ctx);
tools/lld/wasm/InputFiles.cpp
  345     events.emplace_back(make<InputEvent>(types[e.Type.SigIndex], e, this));
tools/lld/wasm/SyntheticSections.cpp
  179       import.Event.SigIndex = out.typeSec->lookupType(*eventSym->signature);
  305     e->event.Type.SigIndex = out.typeSec->lookupType(e->signature);
tools/lld/wasm/WriterUtils.cpp
  173   writeUleb128(os, type.SigIndex, "sig index");
tools/obj2yaml/wasm2yaml.cpp
  227           Im.EventImport.SigIndex = Import.Event.SigIndex;
  284         E.SigIndex = Event.Type.SigIndex;