|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/Driver/ToolChains/CommonArgs.h 23 void addPathIfExists(const Driver &D, const Twine &Path,
References
tools/clang/lib/Driver/ToolChains/Hurd.cpp 78 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths);
79 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
82 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths);
83 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths);
85 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths);
86 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths);
93 addPathIfExists(D, D.Dir + "/../lib", Paths);
95 addPathIfExists(D, SysRoot + "/lib", Paths);
96 addPathIfExists(D, SysRoot + "/usr/lib", Paths);
tools/clang/lib/Driver/ToolChains/Linux.cpp 217 addPathIfExists(D, InstallPath + Path, Paths);
331 addPathIfExists(
353 addPathIfExists(D, LibPath + "/../" + GCCTriple.str() + "/lib/../" +
367 addPathIfExists(D, LibPath + "/" + MultiarchTriple, Paths);
368 addPathIfExists(D, LibPath + "/../" + OSLibDir, Paths);
378 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths);
379 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
382 addPathIfExists(D, SysRoot + "/lib/" + MultiarchTriple, Paths);
383 addPathIfExists(D, SysRoot + "/lib/../" + OSLibDir, Paths);
393 addPathIfExists(D,
399 addPathIfExists(D, SysRoot + "/usr/lib/" + MultiarchTriple, Paths);
405 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir, Paths);
407 addPathIfExists(D, SysRoot + "/usr/lib/../" + OSLibDir, Paths);
410 addPathIfExists(D, SysRoot + "/" + OSLibDir + "/" + ABIName, Paths);
411 addPathIfExists(D, SysRoot + "/usr/" + OSLibDir + "/" + ABIName, Paths);
417 addPathIfExists(D,
425 addPathIfExists(D, GCCInstallation.getInstallPath() +
435 addPathIfExists(D, LibPath + "/../" + GCCTriple.str() + "/lib" +
442 addPathIfExists(D, LibPath, Paths);
451 addPathIfExists(D, D.Dir + "/../lib", Paths);
453 addPathIfExists(D, SysRoot + "/lib", Paths);
454 addPathIfExists(D, SysRoot + "/usr/lib", Paths);
tools/clang/lib/Driver/ToolChains/MSP430.cpp 122 addPathIfExists(D, GCCBinPath, getProgramPaths());
127 addPathIfExists(D, GCCRtPath, getFilePaths());
132 addPathIfExists(D, SysRootDir, getFilePaths());
tools/clang/lib/Driver/ToolChains/Myriad.cpp 230 addPathIfExists(D, CompilerSupportDir, getFilePaths());
233 addPathIfExists(D, D.Dir + "/../sparc-myriad-rtems/lib", getFilePaths());
tools/clang/lib/Driver/ToolChains/Solaris.cpp 184 addPathIfExists(D,
188 addPathIfExists(D, GCCInstallation.getParentLibPath() + LibSuffix, Paths);
194 addPathIfExists(D, D.Dir + "/../lib", Paths);
196 addPathIfExists(D, D.SysRoot + "/usr/lib" + LibSuffix, Paths);