reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
593 Signature = &Signatures[Event.Type.SigIndex]; 594 EventType = &Event.Type; 1011 Event.Type.Attribute = readVaruint32(Ctx); 1012 Event.Type.SigIndex = readVarint32(Ctx);tools/lld/wasm/InputEvent.h
35 const WasmEventType &getType() const { return event.Type; }
tools/lld/wasm/InputFiles.cpp 345 events.emplace_back(make<InputEvent>(types[e.Type.SigIndex], e, this));
tools/lld/wasm/SyntheticSections.cpp 305 e->event.Type.SigIndex = out.typeSec->lookupType(e->signature);
tools/lld/wasm/WriterUtils.cpp 177 writeEventType(os, event.Type);
tools/obj2yaml/wasm2yaml.cpp283 E.Attribute = Event.Type.Attribute; 284 E.SigIndex = Event.Type.SigIndex;