Home | History | Annotate | Download | only in Driver

Lines Matching defs:Features

558   // Set the target features based on the FPU.
596 // Set the target features based on the FPMath.
762 // Set appropriate target features for floating point mode.
1163 // FIXME: We should also incorporate the detected target features for use
1240 std::vector<const char*> Features;
1256 Features[Prev - 1] = 0;
1257 Prev = Features.size() + 1;
1258 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name));
1260 for (unsigned i = 0; i < Features.size(); i++) {
1261 if (Features[i]) {
1263 CmdArgs.push_back(Features[i]);
1540 // If -fsanitize contains extra features of ASan, it should also
2217 // Add target specific cpu and features flags.
3513 // Add target specific cpu and features flags.