Searched refs:addPathIfExists (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Linux.cpp | 33 using tools::addPathIfExists; 314 addPathIfExists(D, concat(SysRoot, "/libo32"), Paths); in Linux() 315 addPathIfExists(D, concat(SysRoot, "/usr/libo32"), Paths); in Linux() 319 addPathIfExists(D, concat(SysRoot, "/lib", MultiarchTriple), Paths); in Linux() 320 addPathIfExists(D, concat(SysRoot, "/lib/..", OSLibDir), Paths); in Linux() 326 addPathIfExists( in Linux() 333 addPathIfExists(D, concat(SysRoot, "/usr/lib", MultiarchTriple), 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() [all …]
|
H A D | Solaris.cpp | 320 addPathIfExists(D, in Solaris() 324 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths); in Solaris() 330 addPathIfExists(D, D.Dir + "/../lib", Paths); in Solaris() 332 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths); in Solaris()
|
H A D | OHOS.cpp | 33 using tools::addPathIfExists; 161 addPathIfExists(D, makePath({SysRootLibPath, SelectedMultilib.gccSuffix()}), in OHOS() 163 addPathIfExists(D, in OHOS() 168 addPathIfExists( in OHOS()
|
H A D | RISCVToolchain.cpp | 31 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths()
|
H A D | CommonArgs.h | 27 void addPathIfExists(const Driver &D, const Twine &Path,
|
H A D | Gnu.cpp | 44 using tools::addPathIfExists; 3172 addPathIfExists(D, GCCInstallation.getInstallPath() + Path, Paths); in AddMultilibPaths() 3175 addPathIfExists(D, in AddMultilibPaths() 3182 addPathIfExists(D, GCCInstallation.getInstallPath() + "/../" + OSLibDir, in AddMultilibPaths() 3203 addPathIfExists(D, in AddMultilibPaths() 3218 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in AddMultilibPaths() 3231 addPathIfExists( in AddMultiarchPaths()
|
H A D | CommonArgs.cpp | 340 void tools::addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() function in tools
|