Searched defs:TargetFeaturesSection (Results 1 – 2 of 2) sorted by relevance
278 struct TargetFeaturesSection : CustomSection { struct279 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() argument281 static bool classof(const Section *S) { in classof()286 std::vector<FeatureEntry> Features;
225 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anon335a907b0111::WasmObjectWriter