Searched refs:ProducersSection (Results 1 – 4 of 4) sorted by relevance
83 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()199 Section.reset(new WasmYAML::ProducersSection()); in mapping()200 sectionMapping(IO, *cast<WasmYAML::ProducersSection>(Section.get())); in mapping()
57 void writeSectionContent(raw_ostream &OS, WasmYAML::ProducersSection &Section);323 WasmYAML::ProducersSection &Section) { in writeSectionContent()362 } else if (auto S = dyn_cast<WasmYAML::ProducersSection>(&Section)) { in writeSectionContent()
265 struct ProducersSection : CustomSection { struct266 ProducersSection() : CustomSection("producers") {} in ProducersSection() function
224 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon335a907b0111::WasmObjectWriter279 ProducersSection.reset(); in reset()1526 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()1949 if (ProducersSection) in writeOneObject()1950 writeCustomSection(*ProducersSection, Asm); in writeOneObject()