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

References

tools/lld/wasm/InputEvent.h
   34   StringRef getName() const { return event.SymbolName; }
   35   const WasmEventType &getType() const { return event.Type; }
tools/lld/wasm/SyntheticSections.cpp
  305     e->event.Type.SigIndex = out.typeSec->lookupType(e->signature);
  306     writeEvent(os, e->event);