Searched refs:WasmEventType (Results 1 – 5 of 5) 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()
97 struct WasmEventType { struct105 WasmEventType Type; argument118 WasmEventType Event;
40 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()
489 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()