HomeSort by: relevance | last modified time | path
    Searched refs:addPathIfExists (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Hurd.cpp 22 using tools::addPathIfExists;
96 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths);
97 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
100 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths);
101 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths);
103 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths);
104 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths);
114 addPathIfExists(D, D.Dir + "/../lib", Paths);
116 addPathIfExists(D, SysRoot + "/lib", Paths);
117 addPathIfExists(D, SysRoot + "/usr/lib", Paths)
    [all...]
Solaris.cpp 186 addPathIfExists(D,
190 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths);
196 addPathIfExists(D, D.Dir + "/../lib", Paths);
198 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths);
Linux.cpp 32 using tools::addPathIfExists;
268 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths);
269 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths);
279 addPathIfExists(D,
285 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths);
291 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths);
293 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths);
296 addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths);
297 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir + "/" + ABIName, Paths);
308 addPathIfExists(D, D.Dir + "/../lib", Paths)
    [all...]
MSP430.cpp 122 addPathIfExists(D, GCCBinPath, getProgramPaths());
127 addPathIfExists(D, GCCRtPath, getFilePaths());
132 addPathIfExists(D, SysRootDir, getFilePaths());
Myriad.cpp 22 using tools::addPathIfExists;
233 addPathIfExists(D, CompilerSupportDir, getFilePaths());
236 addPathIfExists(D, D.Dir + "/../sparc-myriad-rtems/lib", getFilePaths());
CommonArgs.h 23 void addPathIfExists(const Driver &D, const Twine &Path,
RISCVToolchain.cpp 31 addPathIfExists(D, InstallPath + Path, Paths);
Gnu.cpp 38 using tools::addPathIfExists;
2805 addPathIfExists(D, GCCInstallation.getInstallPath() + Path, Paths);
2808 addPathIfExists(
2830 addPathIfExists(D,
2845 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths);
2858 addPathIfExists(
CommonArgs.cpp 121 void tools::addPathIfExists(const Driver &D, const Twine &Path,

Completed in 31 milliseconds