Searched refs:ProducersSection (Results 1 – 8 of 8) sorted by relevance
388 class ProducersSection : public SyntheticSection {390 ProducersSection()447 ProducersSection *producersSec;
842 void ProducersSection::addInfo(const WasmProducerInfo &info) { in addInfo()855 void ProducersSection::writeBody() { in writeBody()
1506 out.producersSec = make<ProducersSection>(); in createSyntheticSections()
80 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()196 Section.reset(new WasmYAML::ProducersSection()); in mapping()197 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()
156 std::unique_ptr<WasmYAML::ProducersSection> ProducersSec = in dumpCustomSection()157 std::make_unique<WasmYAML::ProducersSection>(); in dumpCustomSection()
262 struct ProducersSection : CustomSection { struct263 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
226 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon85aef9ab0111::WasmObjectWriter281 ProducersSection.reset(); in reset()1541 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()1964 if (ProducersSection) in writeOneObject()1965 writeCustomSection(*ProducersSection, Asm, Layout); in writeOneObject()