Searched defs:TargetFeaturesSection (Results 1 – 2 of 2) sorted by relevance
251 struct TargetFeaturesSection : CustomSection { struct252 TargetFeaturesSection() : CustomSection("target_features") {} in TargetFeaturesSection() function254 static bool classof(const Section *S) { in classof()259 std::vector<FeatureEntry> Features;
243 std::unique_ptr<WasmCustomSection> TargetFeaturesSection; member in __anona320eb640111::WasmObjectWriter