/external/llvm-project/clang/lib/Driver/ToolChains/ |
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()
|
D | Linux.cpp | 32 using tools::addPathIfExists; 307 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths); in Linux() 308 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths); in Linux() 311 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths); in Linux() 312 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths); in Linux() 322 addPathIfExists(D, in Linux() 328 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths); in Linux() 334 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths); in Linux() 336 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths); in Linux() 339 addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths); in Linux() [all …]
|
D | Solaris.cpp | 186 addPathIfExists(D, in Solaris() 190 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths); in Solaris() 196 addPathIfExists(D, D.Dir + "/../lib", Paths); in Solaris() 198 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths); in Solaris()
|
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()
|
D | MSP430.cpp | 122 addPathIfExists(D, GCCBinPath, getProgramPaths()); in MSP430ToolChain() 127 addPathIfExists(D, GCCRtPath, getFilePaths()); in MSP430ToolChain() 132 addPathIfExists(D, SysRootDir, getFilePaths()); in MSP430ToolChain()
|
D | CommonArgs.h | 23 void addPathIfExists(const Driver &D, const Twine &Path,
|
D | Gnu.cpp | 38 using tools::addPathIfExists; 2745 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths() 2780 addPathIfExists( in AddMultilibPaths() 2802 addPathIfExists(D, in AddMultilibPaths() 2817 addPathIfExists(D, LibPath + "/" + MultiarchTriple, Paths); in AddMultilibPaths() 2818 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths); in AddMultilibPaths() 2830 addPathIfExists(D, in AddMultiarchPaths() 2838 addPathIfExists( in AddMultiarchPaths() 2849 addPathIfExists( in AddMultiarchPaths() 2856 addPathIfExists(D, LibPath, Paths); in AddMultiarchPaths()
|
D | RISCVToolchain.cpp | 31 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths()
|
D | CommonArgs.cpp | 120 void tools::addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() function in tools
|
/external/clang/lib/Driver/ |
D | ToolChains.cpp | 3676 static void addPathIfExists(const Driver &D, const Twine &Path, in addPathIfExists() function 3692 addPathIfExists(D, GCCInstallation.getInstallPath(), Paths); in Solaris() 3694 addPathIfExists(D, getDriver().getInstalledDir(), Paths); in Solaris() 3696 addPathIfExists(D, getDriver().Dir, Paths); in Solaris() 3698 addPathIfExists(D, getDriver().SysRoot + getDriver().Dir + "/../lib", Paths); in Solaris() 3715 addPathIfExists(D, getDriver().SysRoot + LibPath, Paths); in Solaris() 4035 addPathIfExists(D, InstallPath + Path, Paths); in addMultilibsFilePaths() 4123 addPathIfExists(D, GCCInstallation.getInstallPath() + Multilib.gccSuffix(), in Linux() 4144 addPathIfExists(D, LibPath + "/../" + GCCTriple.str() + "/lib/../" + in Linux() 4158 addPathIfExists(D, LibPath + "/" + MultiarchTriple, Paths); in Linux() [all …]
|