Searched defs:EventSection (Results 1 – 2 of 2) sorted by relevance
322 struct EventSection : Section { struct323 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection() argument325 static bool classof(const Section *S) { in classof()329 std::vector<Event> Events;
291 uint32_t EventSection = 0; variable