Searched refs:ProducersSection (Results 1 – 4 of 4) sorted by relevance
82 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()198 Section.reset(new WasmYAML::ProducersSection()); in mapping()199 sectionMapping(IO, *cast<WasmYAML::ProducersSection>(Section.get())); in mapping()
57 void writeSectionContent(raw_ostream &OS, WasmYAML::ProducersSection &Section);315 WasmYAML::ProducersSection &Section) { in writeSectionContent()354 } else if (auto S = dyn_cast<WasmYAML::ProducersSection>(&Section)) { in writeSectionContent()
263 struct ProducersSection : CustomSection { struct264 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
225 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anonaad482f00111::WasmObjectWriter280 ProducersSection.reset(); in reset()1549 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()1967 if (ProducersSection) in writeOneObject()1968 writeCustomSection(*ProducersSection, Asm); in writeOneObject()