Searched refs:ProducersSection (Results 1 – 5 of 5) sorted by relevance
57 void writeSectionContent(raw_ostream &OS, WasmYAML::ProducersSection &Section);302 WasmYAML::ProducersSection &Section) { in writeSectionContent()341 } else if (auto S = dyn_cast<WasmYAML::ProducersSection>(&Section)) { in writeSectionContent()
78 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()194 Section.reset(new WasmYAML::ProducersSection()); in mapping()195 sectionMapping(IO, *cast<WasmYAML::ProducersSection>(Section.get())); in mapping()
152 std::unique_ptr<WasmYAML::ProducersSection> ProducersSec = in dumpCustomSection()153 std::make_unique<WasmYAML::ProducersSection>(); in dumpCustomSection()
245 struct ProducersSection : CustomSection { struct246 ProducersSection() : CustomSection("producers") {} in ProducersSection() function
207 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon668be8e60111::WasmObjectWriter262 ProducersSection.reset(); in reset()1473 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()1893 if (ProducersSection) in writeOneObject()1894 writeCustomSection(*ProducersSection, Asm, Layout); in writeOneObject()