Searched refs:EventSection (Results 1 – 4 of 4) sorted by relevance
113 static void sectionMapping(IO &IO, WasmYAML::EventSection &Section) { in sectionMapping()211 Section.reset(new WasmYAML::EventSection()); in mapping()212 sectionMapping(IO, *cast<WasmYAML::EventSection>(Section.get())); in mapping()
287 struct EventSection : Section { struct288 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection() argument
283 uint32_t EventSection = 0; variable
922 EventSection = Sections.size(); in parseEventSection()1272 Ref.d.a = EventSection; in getSymbolSection()