Searched defs:iOSTarget (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Driver/
H A DToolChains.cpp473 StringRef iOSTarget; local
478 iOSTarget = env;
485 if (iOSTarget.empty()) {
491 iOSTarget = second.substr(0,3);
498 if (OSXTarget.empty() && iOSTarget.empty() &&
501 iOSTarget = iOSVersionMin;
508 if (!iOSSimTarget.empty() && (!OSXTarget.empty() || !iOSTarget.empty())) {
517 if (!OSXTarget.empty() && !iOSTarget.empty()) {
524 iOSTarget = "";
531 } else if (!iOSTarget
[all...]

Completed in 265 milliseconds