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 DWasmEmitter.cpp57 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()
H A DWasmYAML.cpp82 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h263 struct ProducersSection : CustomSection { struct
264 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp225 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);