Searched defs:TargetFeaturesSection (Results 1 – 2 of 2) sorted by relevance
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;
227 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anonfb1f8c320111::WasmObjectWriter