Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.h407 class TargetFeaturesSection : public SyntheticSection {
409 TargetFeaturesSection()
448 TargetFeaturesSection *targetFeaturesSec;
H A DSyntheticSections.cpp872 void TargetFeaturesSection::writeBody() { in writeBody()
H A DWriter.cpp1507 out.targetFeaturesSec = make<TargetFeaturesSection>(); in createSyntheticSections()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp88 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping()
200 Section.reset(new WasmYAML::TargetFeaturesSection()); in mapping()
201 sectionMapping(IO, *cast<WasmYAML::TargetFeaturesSection>(Section.get())); in mapping()
H A DWasmEmitter.cpp59 WasmYAML::TargetFeaturesSection &Section);
337 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
356 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp179 std::unique_ptr<WasmYAML::TargetFeaturesSection> TargetFeaturesSec = in dumpCustomSection()
180 std::make_unique<WasmYAML::TargetFeaturesSection>(); in dumpCustomSection()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h275 struct TargetFeaturesSection : CustomSection { struct
276 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anon85aef9ab0111::WasmObjectWriter
282 TargetFeaturesSection.reset(); in reset()
1545 TargetFeaturesSection = in writeOneObject()
1966 if (TargetFeaturesSection) in writeOneObject()
1967 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeOneObject()