Searched refs:OSName (Results 1 – 3 of 3) sorted by relevance
320 Triple::OSType Triple::ParseOS(StringRef OSName) { in ParseOS() argument321 if (OSName.startswith("auroraux")) in ParseOS()323 else if (OSName.startswith("cygwin")) in ParseOS()325 else if (OSName.startswith("darwin")) in ParseOS()327 else if (OSName.startswith("dragonfly")) in ParseOS()329 else if (OSName.startswith("freebsd")) in ParseOS()331 else if (OSName.startswith("ios")) in ParseOS()333 else if (OSName.startswith("linux")) in ParseOS()335 else if (OSName.startswith("lv2")) in ParseOS()337 else if (OSName.startswith("macosx")) in ParseOS()[all …]
128 static OSType ParseOS(StringRef OSName);
53 std::string OSName = Triple.getOSName(); in Darwin() local54 if (!Driver::GetReleaseVersion(&OSName.c_str()[6], in Darwin()57 getDriver().Diag(clang::diag::err_drv_invalid_darwin_version) << OSName; in Darwin()