Searched refs:WasmEventType (Results 1 – 16 of 16) sorted by relevance
27 Optional<wasm::WasmEventType> EventType;107 const wasm::WasmEventType &getEventType() const { in getEventType()111 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
29 Optional<wasm::WasmEventType> EventType;130 const wasm::WasmEventType &getEventType() const { in getEventType()134 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
48 struct WasmEventType;87 using llvm::wasm::WasmEventType;
56 void writeEventType(raw_ostream &os, const llvm::wasm::WasmEventType &type);71 std::string toString(const llvm::wasm::WasmEventType &type);
35 const WasmEventType &getType() const { return event.Type; } in getType()
378 const WasmEventType *getEventType() const { return eventType; } in getEventType()389 const WasmEventType *eventType, const WasmSignature *sig) in EventSymbol()392 const WasmEventType *eventType;
63 std::string toString(const WasmEventType &type) { in toString()197 void writeEventType(raw_ostream &os, const WasmEventType &type) { in writeEventType()
173 const WasmEventType *newType, in checkEventType()181 const WasmEventType *oldType = cast<EventSymbol>(existing)->getEventType(); in checkEventType()
97 struct WasmEventType { struct105 WasmEventType Type; argument118 WasmEventType Event;
104 struct WasmEventType { struct112 WasmEventType Type; argument125 WasmEventType Event;
40 const wasm::WasmEventType *EventType, in WasmSymbol()47 const wasm::WasmEventType *EventType;
39 const wasm::WasmEventType *EventType, in WasmSymbol()47 const wasm::WasmEventType *EventType;
322 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);757 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()765 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()1116 SmallVector<wasm::WasmEventType, 1> Events; in writeObject()1388 wasm::WasmEventType Event; in writeObject()
319 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);807 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()815 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()1349 SmallVector<wasm::WasmEventType, 1> Events; in writeOneObject()1581 wasm::WasmEventType Event; in writeOneObject()
489 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()
522 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()