| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Hurd.cpp | 22 using tools::addPathIfExists; 96 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths); in Hurd() 97 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Hurd() 100 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); in Hurd() 101 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Hurd() 103 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Hurd() 104 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Hurd() 114 addPathIfExists(D, D.Dir + "/../lib", Paths); in Hurd() 116 addPathIfExists(D, SysRoot + "/lib", Paths); in Hurd() 117 addPathIfExists(D, SysRoot + "/usr/lib", Paths); in Hurd()
|
| H A D | Linux.cpp | 33 using tools::addPathIfExists; 268 addPathIfExists(D, concat(SysRoot, "/libo32"), Paths); in Linux() 269 addPathIfExists(D, concat(SysRoot, "/usr/libo32"), Paths); in Linux() 273 addPathIfExists(D, concat(SysRoot, "/lib", MultiarchTriple), Paths); in Linux() 274 addPathIfExists(D, concat(SysRoot, "/lib/..", OSLibDir), Paths); in Linux() 280 addPathIfExists( in Linux() 287 addPathIfExists(D, concat(SysRoot, "/usr/lib", MultiarchTriple), Paths); in Linux() 293 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir), Paths); in Linux() 295 addPathIfExists(D, concat(SysRoot, "/usr/lib/..", OSLibDir), Paths); in Linux() 298 addPathIfExists(D, concat(SysRoot, "/", OSLibDir, ABIName), Paths); in Linux() [all …]
|
| H A D | Solaris.cpp | 211 addPathIfExists(D, in Solaris() 215 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths); in Solaris() 221 addPathIfExists(D, D.Dir + "/../lib", Paths); in Solaris() 223 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths); in Solaris()
|
| H A D | MSP430.cpp | 122 addPathIfExists(D, GCCBinPath, getProgramPaths()); in MSP430ToolChain() 127 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain() 132 addPathIfExists(D, SysRootDir, getFilePaths()); in MSP430ToolChain()
|
| H A D | Myriad.cpp | 22 using tools::addPathIfExists; 233 addPathIfExists(D, CompilerSupportDir, getFilePaths()); in MyriadToolChain() 236 addPathIfExists(D, D.Dir + "/../sparc-myriad-rtems/lib", getFilePaths()); in MyriadToolChain()
|
| H A D | CSKYToolChain.cpp | 31 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths()
|
| H A D | RISCVToolchain.cpp | 31 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths()
|
| H A D | CommonArgs.h | 26 void addPathIfExists(const Driver &D, const Twine &Path,
|
| H A D | Gnu.cpp | 41 using tools::addPathIfExists; 2965 addPathIfExists(D, GCCInstallation.getInstallPath() + Path, Paths); in AddMultilibPaths() 2968 addPathIfExists( in AddMultilibPaths() 2974 addPathIfExists(D, GCCInstallation.getInstallPath() + "/../" + OSLibDir, in AddMultilibPaths() 2995 addPathIfExists(D, in AddMultilibPaths() 3010 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in AddMultilibPaths() 3023 addPathIfExists( in AddMultiarchPaths()
|
| H A D | CommonArgs.cpp | 134 void tools::addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() function in tools
|