Searched defs:TargetFeaturesSection (Results 1 – 8 of 8) 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() function278 static bool classof(const Section *S) { in classof()283 std::vector<FeatureEntry> Features;
276 struct TargetFeaturesSection : CustomSection { struct277 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument279 static bool classof(const Section *S) { in classof()284 std::vector<FeatureEntry> Features;
276 struct TargetFeaturesSection : CustomSection { struct277 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() function279 static bool classof(const Section *S) { in classof()284 std::vector<FeatureEntry> Features;
243 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anonc4930b750111::WasmObjectWriter
227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anone47dedbb0111::WasmObjectWriter