Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp59 WasmYAML::TargetFeaturesSection &Section);
324 WasmYAML::TargetFeaturesSection &Section) { in writeSectionContent()
343 } else if (auto S = dyn_cast<WasmYAML::TargetFeaturesSection>(&Section)) { in writeSectionContent()
H A DWasmYAML.cpp86 static void sectionMapping(IO &IO, WasmYAML::TargetFeaturesSection &Section) { in sectionMapping()
198 Section.reset(new WasmYAML::TargetFeaturesSection()); in mapping()
199 sectionMapping(IO, *cast<WasmYAML::TargetFeaturesSection>(Section.get())); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp175 std::unique_ptr<WasmYAML::TargetFeaturesSection> TargetFeaturesSec = in dumpCustomSection()
176 std::make_unique<WasmYAML::TargetFeaturesSection>(); in dumpCustomSection()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h258 struct TargetFeaturesSection : CustomSection { struct
259 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp208 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anon668be8e60111::WasmObjectWriter
263 TargetFeaturesSection.reset(); in reset()
1477 TargetFeaturesSection = in writeOneObject()
1895 if (TargetFeaturesSection) in writeOneObject()
1896 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeOneObject()