Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.h388 class ProducersSection : public SyntheticSection {
390 ProducersSection()
447 ProducersSection *producersSec;
H A DSyntheticSections.cpp842 void ProducersSection::addInfo(const WasmProducerInfo &info) { in addInfo()
855 void ProducersSection::writeBody() { in writeBody()
H A DWriter.cpp1506 out.producersSec = make<ProducersSection>(); in createSyntheticSections()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp80 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()
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()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp156 std::unique_ptr<WasmYAML::ProducersSection> ProducersSec = in dumpCustomSection()
157 std::make_unique<WasmYAML::ProducersSection>(); in dumpCustomSection()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h262 struct ProducersSection : CustomSection { struct
263 ProducersSection() : CustomSection("producers") {} in ProducersSection() argument
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp226 std::unique_ptr<WasmCustomSection> ProducersSection; member in __anon85aef9ab0111::WasmObjectWriter
281 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()