| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Hurd.cpp | 22 using tools::addPathIfExists; 104 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths); in Hurd() 105 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Hurd() 108 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); in Hurd() 109 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Hurd() 111 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Hurd() 112 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Hurd() 122 addPathIfExists(D, D.Dir + "/../lib", Paths); in Hurd() 124 addPathIfExists(D, SysRoot + "/lib", Paths); in Hurd() 125 addPathIfExists(D, SysRoot + "/usr/lib", Paths); in Hurd()
|
| H A D | Managarm.cpp | 24 using tools::addPathIfExists; 92 addPathIfExists(D, concat(SysRoot, "/lib", MultiarchTriple), Paths); in Managarm() 93 addPathIfExists(D, concat(SysRoot, "/lib/..", OSLibDir), Paths); in Managarm() 94 addPathIfExists(D, concat(SysRoot, "/usr/lib", MultiarchTriple), Paths); in Managarm() 95 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir), Paths); in Managarm() 99 addPathIfExists(D, concat(SysRoot, "/lib"), Paths); in Managarm() 100 addPathIfExists(D, concat(SysRoot, "/usr/lib"), Paths); in Managarm()
|
| H A D | Cygwin.cpp | 22 using tools::addPathIfExists; 42 addPathIfExists(D, D.Dir + "/../lib", Paths); in Cygwin() 44 addPathIfExists(D, SysRoot + "/lib", Paths); in Cygwin() 45 addPathIfExists(D, SysRoot + "/usr/lib", Paths); in Cygwin() 46 addPathIfExists(D, SysRoot + "/usr/lib/w32api", Paths); in Cygwin()
|
| H A D | Linux.cpp | 32 using tools::addPathIfExists; 325 addPathIfExists(D, concat(SysRoot, "/libo32"), Paths); in Linux() 326 addPathIfExists(D, concat(SysRoot, "/usr/libo32"), Paths); in Linux() 330 addPathIfExists(D, concat(SysRoot, "/lib", MultiarchTriple), Paths); in Linux() 331 addPathIfExists(D, concat(SysRoot, "/lib/..", OSLibDir), Paths); in Linux() 337 addPathIfExists( in Linux() 344 addPathIfExists(D, concat(SysRoot, "/usr/lib", MultiarchTriple), Paths); in Linux() 345 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir), Paths); in Linux() 348 addPathIfExists(D, concat(SysRoot, "/", OSLibDir, ABIName), Paths); in Linux() 349 addPathIfExists(D, concat(SysRoot, "/usr", OSLibDir, ABIName), Paths); in Linux() [all …]
|
| H A D | Solaris.cpp | 316 addPathIfExists(D, in Solaris() 320 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths); in Solaris() 326 addPathIfExists(D, D.Dir + "/../lib", Paths); in Solaris() 328 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths); in Solaris()
|
| H A D | OHOS.cpp | 31 using tools::addPathIfExists; 162 addPathIfExists(D, makePath({SysRootLibPath, SelectedMultilib.gccSuffix()}), in OHOS() 164 addPathIfExists(D, in OHOS() 169 addPathIfExists( in OHOS()
|
| H A D | MSP430.cpp | 121 addPathIfExists(D, GCCBinPath, getProgramPaths()); in MSP430ToolChain() 126 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain() 131 addPathIfExists(D, SysRootDir, getFilePaths()); in MSP430ToolChain()
|
| H A D | CSKYToolChain.cpp | 30 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths()
|
| H A D | Gnu.cpp | 42 using tools::addPathIfExists; 3064 addPathIfExists(D, GCCInstallation.getInstallPath() + Path, Paths); in AddMultilibPaths() 3067 addPathIfExists(D, in AddMultilibPaths() 3074 addPathIfExists(D, GCCInstallation.getInstallPath() + "/../" + OSLibDir, in AddMultilibPaths() 3095 addPathIfExists(D, in AddMultilibPaths() 3110 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in AddMultilibPaths() 3123 addPathIfExists( in AddMultiarchPaths()
|
| H A D | BareMetal.cpp | 211 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths()
|
| H A D | CommonArgs.cpp | 348 void tools::addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() function in tools
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | CommonArgs.h | 27 void addPathIfExists(const Driver &D, const Twine &Path,
|