Searched defs:EventSection (Results 1 – 2 of 2) sorted by relevance
319 struct EventSection : Section { struct320 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection() argument322 static bool classof(const Section *S) { in classof()326 std::vector<Event> Events;
302 uint32_t EventSection = 0; variable