Home
last modified time | relevance | path

Searched refs:ProducersSection (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp83 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()
H A DWasmEmitter.cpp57 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h265 struct ProducersSection : CustomSection { struct
266 ProducersSection() : CustomSection("producers") {} in ProducersSection() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp224 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon335a907b0111::WasmObjectWriter
279 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()