Searched refs:ProducersSection (Results 1 – 4 of 4) sorted by relevance
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()
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()
263 struct ProducersSection : CustomSection { struct264 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
225 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon335a907b0111::WasmObjectWriter 280 ProducersSection.reset(); in reset() 1549 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject() 1967 if (ProducersSection)1968 writeCustomSection(*ProducersSection, Asm);