Searched defs:TargetFeaturesSection (Results 1 – 4 of 4) sorted by relevance
251 struct TargetFeaturesSection : CustomSection { struct252 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument254 static bool classof(const Section *S) { in classof()259 std::vector<FeatureEntry> Features;
275 struct TargetFeaturesSection : CustomSection { struct276 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument278 static bool classof(const Section *S) { in classof()283 std::vector<FeatureEntry> Features;
243 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anonc57c95f50111::WasmObjectWriter
227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anone567783b0111::WasmObjectWriter