Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp57 void writeSectionContent(raw_ostream &OS, WasmYAML::ProducersSection &Section);
302 WasmYAML::ProducersSection &Section) { in writeSectionContent()
341 } else if (auto S = dyn_cast<WasmYAML::ProducersSection>(&Section)) { in writeSectionContent()
H A DWasmYAML.cpp78 static void sectionMapping(IO &IO, WasmYAML::ProducersSection &Section) { in sectionMapping()
194 Section.reset(new WasmYAML::ProducersSection()); in mapping()
195 sectionMapping(IO, *cast<WasmYAML::ProducersSection>(Section.get())); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp152 std::unique_ptr<WasmYAML::ProducersSection> ProducersSec = in dumpCustomSection()
153 std::make_unique<WasmYAML::ProducersSection>(); in dumpCustomSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h245 struct ProducersSection : CustomSection { struct
246 ProducersSection() : CustomSection("producers") {} in ProducersSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp207 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon668be8e60111::WasmObjectWriter
262 ProducersSection.reset(); in reset()
1473 ProducersSection = std::make_unique<WasmCustomSection>(Name, &Section); in writeOneObject()
1893 if (ProducersSection) in writeOneObject()
1894 writeCustomSection(*ProducersSection, Asm, Layout); in writeOneObject()