Searched refs:LibDir (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Linux.cpp | 420 std::string LibDir; in getDynamicLinker() local 428 LibDir = "lib"; in getDynamicLinker() 432 LibDir = "lib"; in getDynamicLinker() 443 LibDir = "lib"; in getDynamicLinker() 448 LibDir = "lib"; in getDynamicLinker() 457 LibDir = "lib" + tools::mips::getMipsABILibSuffix(Args, Triple); in getDynamicLinker() 471 LibDir = "lib"; in getDynamicLinker() 475 LibDir = "lib"; in getDynamicLinker() 479 LibDir = "lib64"; in getDynamicLinker() 484 LibDir = "lib64"; in getDynamicLinker() [all …]
|
| H A D | MinGW.cpp | 328 static bool findGccVersion(StringRef LibDir, std::string &GccLibDir, in findGccVersion() argument 332 for (llvm::sys::fs::directory_iterator LI(LibDir, EC), LE; !EC && LI != LE; in findGccVersion() 358 llvm::SmallString<1024> LibDir(Base); in findGccLibDir() local 359 llvm::sys::path::append(LibDir, CandidateLib, "gcc", CandidateArch); in findGccLibDir() 360 if (findGccVersion(LibDir, GccLibDir, Ver)) { in findGccLibDir()
|
| H A D | Gnu.cpp | 1965 const std::string LibDir = Prefix + Suffix.str(); in init() local 1966 if (!VFS.exists(LibDir)) in init() 1969 bool GCCDirExists = VFS.exists(LibDir + "/gcc"); in init() 1970 bool GCCCrossDirExists = VFS.exists(LibDir + "/gcc-cross"); in init() 1972 ScanLibDirForGCCTriple(TargetTriple, Args, LibDir, TargetTriple.str(), in init() 1976 ScanLibDirForGCCTriple(TargetTriple, Args, LibDir, Candidate, false, in init() 1979 ScanLibDirForGCCTriple(TargetTriple, Args, LibDir, Candidate, false, in init() 1983 const std::string LibDir = Prefix + Suffix.str(); in init() local 1984 if (!VFS.exists(LibDir)) in init() 1986 bool GCCDirExists = VFS.exists(LibDir + "/gcc"); in init() [all …]
|
| H A D | RISCVToolchain.cpp | 125 StringRef LibDir = GCCInstallation.getParentLibPath(); in computeSysRoot() local 127 llvm::sys::path::append(SysRootDir, LibDir, "..", TripleStr); in computeSysRoot()
|
| H A D | Solaris.cpp | 280 StringRef LibDir = GCCInstallation.getParentLibPath(); in addLibStdCxxIncludePaths() local 286 addLibStdCXXIncludePaths(LibDir.str() + "/../include/c++/" + Version.Text, in addLibStdCxxIncludePaths()
|
| H A D | Myriad.cpp | 257 StringRef LibDir = GCCInstallation.getParentLibPath(); in addLibStdCxxIncludePaths() local 262 LibDir.str() + "/../" + TripleStr.str() + "/include/c++/" + Version.Text, in addLibStdCxxIncludePaths()
|
| H A D | Hexagon.cpp | 484 std::string LibDir = Dir + "/hexagon/lib"; in getHexagonLibraryPaths() local 485 std::string LibDirCpu = LibDir + '/' + CpuVer; in getHexagonLibraryPaths() 492 LibPaths.push_back(LibDir); in getHexagonLibraryPaths()
|
| H A D | Gnu.h | 271 const std::string &LibDir,
|
| /netbsd-src/external/bsd/lutok/dist/ |
| H A D | examples_test.sh | 31 LibDir="__LIBDIR__" 50 export LD_LIBRARY_PATH="${LibDir}:${LD_LIBRARY_PATH}" 52 export LD_LIBRARY_PATH="${LibDir}"
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/ |
| H A D | erlang.m4 | 187 LibDir -> 188 file:write_file("conftest.out", LibDir), 249 LibDir = code:lib_dir(), 250 file:write_file("conftest.out", LibDir),
|
| /netbsd-src/usr.sbin/postinstall/ |
| H A D | postinstall.in | |