Home
last modified time | relevance | path

Searched refs:addPathIfExists (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.cpp22 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 DManagarm.cpp24 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 DCygwin.cpp22 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 DLinux.cpp32 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 DSolaris.cpp316 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 DOHOS.cpp31 using tools::addPathIfExists;
162 addPathIfExists(D, makePath({SysRootLibPath, SelectedMultilib.gccSuffix()}), in OHOS()
164 addPathIfExists(D, in OHOS()
169 addPathIfExists( in OHOS()
H A DMSP430.cpp121 addPathIfExists(D, GCCBinPath, getProgramPaths()); in MSP430ToolChain()
126 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain()
131 addPathIfExists(D, SysRootDir, getFilePaths()); in MSP430ToolChain()
H A DCSKYToolChain.cpp30 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths()
H A DGnu.cpp42 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 DBareMetal.cpp211 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths()
H A DCommonArgs.cpp348 void tools::addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() function in tools
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h27 void addPathIfExists(const Driver &D, const Twine &Path,