Searched refs:EventSymbol (Results 1 – 7 of 7) sorted by relevance
94 if (isa<EventSymbol>(this)) in getWasmType()314 uint32_t EventSymbol::getEventIndex() const { in getEventIndex()321 void EventSymbol::setEventIndex(uint32_t index) { in setEventIndex()327 bool EventSymbol::hasEventIndex() const { in hasEventIndex()335 : EventSymbol(name, DefinedEventKind, flags, file, in DefinedEvent()
374 class EventSymbol : public Symbol {388 EventSymbol(StringRef name, Kind k, uint32_t flags, InputFile *f, in EventSymbol() function396 class DefinedEvent : public EventSymbol {
121 cast<EventSymbol>(sym)->setEventIndex(numImportedEvents++); in addImport()178 auto *eventSym = cast<EventSymbol>(sym); in writeBody()456 } else if (auto *e = dyn_cast<EventSymbol>(sym)) { in writeBody()
175 auto existingEvent = dyn_cast<EventSymbol>(existing); in checkEventType()176 if (!isa<EventSymbol>(existing)) { in checkEventType()181 const WasmEventType *oldType = cast<EventSymbol>(existing)->getEventType(); in checkEventType()
150 EventSymbol *getEventSymbol(uint32_t index) const;
444 EventSymbol *ObjFile::getEventSymbol(uint32_t index) const { in getEventSymbol()445 return cast<EventSymbol>(symbols[index]); in getEventSymbol()
676 else if (auto *e = dyn_cast<EventSymbol>(sym)) in calculateTypes()