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