Home | History | Annotate | Download | only in MC

Lines Matching full:features

79   // Return the features string
83 /// Adding features.
85 // Don't add empty features or features we already have.
88 Features.push_back(hasFlag(String) ? String.str() : "+" + String.lower());
126 errs() << "Available features for this target:\n\n";
140 // Break up string into separate features
141 Split(Features, Initial);
146 return Join(Features);
230 "CPU features table is not sorted");
261 for (auto &Feature : Features) {
296 for (auto &F : Features)
309 /// Adds the default features for the specified target triple.
311 /// FIXME: This is an inelegant way of specifying the features of a