Home
last modified time | relevance | path

Searched defs:TargetFeaturesSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h275 struct TargetFeaturesSection : CustomSection { struct
276 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() function
278 static bool classof(const Section *S) { in classof()
283 std::vector<FeatureEntry> Features;
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anon85aef9ab0111::WasmObjectWriter