Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
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()
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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h258 struct TargetFeaturesSection : CustomSection { struct
259 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp208 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anonc88d2daf0111::WasmObjectWriter
263 TargetFeaturesSection.reset(); in reset()
1488 TargetFeaturesSection = in writeOneObject()
1906 if (TargetFeaturesSection) in writeOneObject()
1907 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeOneObject()