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.cpp81 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()
197 Section.reset(new WasmYAML::ProducersSection()); in mapping()
198 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.cpp226 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anonbe1f80430111::WasmObjectWriter
281 ProducersSection.reset(); in reset()
1539 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()
1958 if (ProducersSection) in writeOneObject()
1959 writeCustomSection(*ProducersSection, Asm, Layout); in writeOneObject()