Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/wasm/
DSyntheticSections.h408 class TargetFeaturesSection : public SyntheticSection {
410 TargetFeaturesSection()
449 TargetFeaturesSection *targetFeaturesSec;
DSyntheticSections.cpp872 void TargetFeaturesSection::writeBody() { in writeBody()
DWriter.cpp1532 out.targetFeaturesSec = make<TargetFeaturesSection>(); in createSyntheticSections()
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
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()
DWasmEmitter.cpp59 WasmYAML::TargetFeaturesSection &Section);
337 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
356 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent()
/openbsd/src/gnu/llvm/llvm/include/llvm/ObjectYAML/
DWasmYAML.h275 struct TargetFeaturesSection : CustomSection { struct
276 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() function
/openbsd/src/gnu/llvm/llvm/tools/obj2yaml/
Dwasm2yaml.cpp179 std::unique_ptr<WasmYAML::TargetFeaturesSection> TargetFeaturesSec = in dumpCustomSection()
180 std::make_unique<WasmYAML::TargetFeaturesSection>(); in dumpCustomSection()
/openbsd/src/gnu/llvm/llvm/lib/MC/
DWasmObjectWriter.cpp227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anon5417ba770111::WasmObjectWriter
282 TargetFeaturesSection.reset(); in reset()
1542 TargetFeaturesSection = in writeOneObject()
1959 if (TargetFeaturesSection) in writeOneObject()
1960 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeOneObject()