Searched defs:TargetFeaturesSection (Results 1 – 2 of 2) sorted by relevance
258 struct TargetFeaturesSection : CustomSection { struct259 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument261 static bool classof(const Section *S) { in classof()266 std::vector<FeatureEntry> Features;
208 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anon668be8e60111::WasmObjectWriter