Searched refs:WasmEventType (Results 1 – 5 of 5) sorted by relevance
30 Optional<wasm::WasmEventType> EventType;146 const wasm::WasmEventType &getEventType() const { in getEventType()150 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
104 struct WasmEventType { struct112 WasmEventType Type; argument125 WasmEventType Event;
40 const wasm::WasmEventType *EventType, in WasmSymbol()48 const wasm::WasmEventType *EventType;
320 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);842 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()850 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()1401 SmallVector<wasm::WasmEventType, 1> Events; in writeOneObject()1640 wasm::WasmEventType Event; in writeOneObject()
532 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()