Searched refs:OSLibDir (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Hurd.cpp | 81 const std::string OSLibDir = std::string(getOSLibDir(Triple, Args)); in Hurd() local 88 Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir, MultiarchTriple, Paths); in Hurd() 97 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Hurd() 101 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Hurd() 104 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Hurd() 106 Generic_GCC::AddMultiarchPaths(D, SysRoot, OSLibDir, Paths); in Hurd()
|
| H A D | Linux.cpp | 263 const std::string OSLibDir = std::string(getOSLibDir(Triple, Args)); in Linux() local 266 Generic_GCC::AddMultilibPaths(D, SysRoot, OSLibDir, MultiarchTriple, Paths); in Linux() 269 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Linux() 291 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths); in Linux() 293 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Linux() 296 addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths); in Linux() 297 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir + "/" + ABIName, Paths); in Linux() 300 Generic_GCC::AddMultiarchPaths(D, SysRoot, OSLibDir, Paths); in Linux()
|
| H A D | Gnu.h | 324 const std::string &OSLibDir, 328 const std::string &OSLibDir, path_list &Paths);
|
| H A D | Gnu.cpp | 2792 const std::string &OSLibDir, in AddMultilibPaths() argument 2831 LibPath + "/../" + GCCTriple.str() + "/lib/../" + OSLibDir + in AddMultilibPaths() 2845 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in AddMultilibPaths() 2851 const std::string &OSLibDir, in AddMultiarchPaths() argument
|