Searched refs:OSLibDir (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Hurd.cpp | 89 const std::string OSLibDir = std::string(getOSLibDir(Triple, Args)); in Hurd() local 96 Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir, MultiarchTriple, Paths); in Hurd() 105 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Hurd() 109 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Hurd() 112 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Hurd() 114 Generic_GCC::AddMultiarchPaths(D, SysRoot, OSLibDir, Paths); in Hurd()
|
| H A D | Linux.cpp | 307 const std::string OSLibDir = std::string(getOSLibDir(Triple, Args)); in Linux() local 317 Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir, MultiarchTriple, Paths); in Linux() 320 addPathIfExists(D, concat(SysRoot, "/lib/..", OSLibDir), Paths); in Linux() 339 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir), Paths); in Linux() 341 addPathIfExists(D, concat(SysRoot, "/usr/lib/..", OSLibDir), Paths); in Linux() 344 addPathIfExists(D, concat(SysRoot, "/", OSLibDir, ABIName), Paths); in Linux() 345 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir, ABIName), Paths); in Linux() 348 Generic_GCC::AddMultiarchPaths(D, SysRoot, OSLibDir, Paths); in Linux()
|
| H A D | Gnu.h | 325 const std::string &OSLibDir, 329 const std::string &OSLibDir, path_list &Paths);
|
| H A D | Gnu.cpp | 3158 const std::string &OSLibDir, in AddMultilibPaths() argument 3182 addPathIfExists(D, GCCInstallation.getInstallPath() + "/../" + OSLibDir, in AddMultilibPaths() 3204 LibPath + "/../" + GCCTriple.str() + "/lib/../" + OSLibDir + in AddMultilibPaths() 3218 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in AddMultilibPaths() 3224 const std::string &OSLibDir, in AddMultiarchPaths() argument
|