HomeSort by relevance Sort by last modified time
    Searched defs:OSName (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
Triple.cpp 348 Triple::OSType Triple::ParseOS(StringRef OSName) {
349 if (OSName.startswith("auroraux"))
351 else if (OSName.startswith("cygwin"))
353 else if (OSName.startswith("darwin"))
355 else if (OSName.startswith("dragonfly"))
357 else if (OSName.startswith("freebsd"))
359 else if (OSName.startswith("ios"))
361 else if (OSName.startswith("kfreebsd"))
363 else if (OSName.startswith("linux"))
365 else if (OSName.startswith("lv2")
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp 56 std::string OSName = Triple.getOSName();
57 if (!Driver::GetReleaseVersion(&OSName.c_str()[6],
60 getDriver().Diag(diag::err_drv_invalid_darwin_version) << OSName;
    [all...]

Completed in 77 milliseconds