Searched refs:WasmEventType (Results 1 – 6 of 6) sorted by relevance
26 Optional<wasm::WasmEventType> EventType;84 const wasm::WasmEventType &getEventType() const { in getEventType()88 void setEventType(wasm::WasmEventType ET) { EventType = ET; } in setEventType()
47 struct WasmEventType;82 using llvm::wasm::WasmEventType;
86 struct WasmEventType { struct94 WasmEventType Type; argument107 WasmEventType Event;
41 const wasm::WasmEventType *EventType, in WasmSymbol()48 const wasm::WasmEventType *EventType;
307 void writeEventSection(ArrayRef<wasm::WasmEventType> Events);812 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection()820 for (const wasm::WasmEventType &Event : Events) { in writeEventSection()1160 SmallVector<wasm::WasmEventType, 1> Events; in writeObject()1391 wasm::WasmEventType Event; in writeObject()
486 const wasm::WasmEventType *EventType = nullptr; in parseLinkingSectionSymtab()