Searched refs:EventSection (Results 1 – 6 of 6) sorted by relevance
44 void writeSectionContent(raw_ostream &OS, WasmYAML::EventSection &Section);453 WasmYAML::EventSection &Section) { in writeSectionContent()629 else if (auto S = dyn_cast<WasmYAML::EventSection>(Sec.get())) in writeWasm()
123 static void sectionMapping(IO &IO, WasmYAML::EventSection &Section) { in sectionMapping()234 Section.reset(new WasmYAML::EventSection()); in mapping()235 sectionMapping(IO, *cast<WasmYAML::EventSection>(Section.get())); in mapping()
319 struct EventSection : Section { struct320 EventSection() : Section(wasm::WASM_SEC_EVENT) {} in EventSection() function
302 uint32_t EventSection = 0; variable
284 auto EventSec = std::make_unique<WasmYAML::EventSection>(); in dump()
1140 EventSection = Sections.size(); in parseEventSection()1604 return EventSection; in getSymbolSectionIdImpl()