Home | History | Annotate | Download | only in Driver

Lines Matching refs:getVFS

311   if (AlwaysLink || getVFS().exists(P))
503 if (!getVFS().exists(A->getValue()))
509 if (llvm::sys::path::is_absolute(env) && getVFS().exists(env) &&
749 if (!getVFS().exists(P)) {
752 if (getVFS().exists(P)) {
762 if (!getVFS().exists("/usr/lib/libstdc++.dylib") &&
763 getVFS().exists("/usr/lib/libstdc++.6.dylib")) {
796 if (getVFS().exists(P))
1422 if (!D.getVFS().exists(Prefix))
1426 if (!D.getVFS().exists(LibDir))
1435 if (!D.getVFS().exists(LibDir))
1769 if (CudaPath.empty() || !D.getVFS().exists(CudaPath))
1778 auto &FS = D.getVFS();
2353 FilterNonExistent NonExistent(Path, "/crtbegin.o", D.getVFS());
2387 return findMipsAndroidMultilibs(D.getVFS(), Path, Flags, NonExistent,
2426 FilterNonExistent NonExistent(Path, "/crtbegin.o", D.getVFS());
2497 getVFS());
2557 for (vfs::directory_iterator LI = D.getVFS().dir_begin(LibDir, EC), LE;
2572 if (!D.getVFS().exists(GCCInstallPath))
2579 LLI = D.getVFS().dir_begin(GCCInstallPath, EEC),
2641 LI = D.getVFS().dir_begin(LibDir + LibSuffix, EC),
2766 if (!getVFS().exists(Base + Suffix))
2775 getVFS().exists(Base + Suffix + "/" + GCCTriple + IncludeSuffix)) {
2937 if (D.getVFS().exists(I))
2940 if (getVFS().exists(InstallRelDir = InstalledDir + "/../target"))
3016 if (D.getVFS().exists(BinDir))
3468 D.getVFS().exists(getDriver().SysRoot + "/usr/lib32/crt1.o"))
3678 if (D.getVFS().exists(Path))
3868 if (D.getVFS().exists("/etc/SuSE-release"))
3871 if (D.getVFS().exists("/etc/exherbo-release"))
3874 if (D.getVFS().exists("/etc/arch-release"))
3905 if (D.getVFS().exists(SysRoot + "/lib/arm-linux-gnueabihf"))
3908 if (D.getVFS().exists(SysRoot + "/lib/arm-linux-gnueabi"))
3915 if (D.getVFS().exists(SysRoot + "/lib/armeb-linux-gnueabihf"))
3918 if (D.getVFS().exists(SysRoot + "/lib/armeb-linux-gnueabi"))
3923 if (D.getVFS().exists(SysRoot + "/lib/i386-linux-gnu"))
3929 D.getVFS().exists(SysRoot + "/lib/x86_64-linux-gnu"))
3933 if (D.getVFS().exists(SysRoot + "/lib/aarch64-linux-gnu"))
3937 if (D.getVFS().exists(SysRoot + "/lib/aarch64_be-linux-gnu"))
3941 if (D.getVFS().exists(SysRoot + "/lib/mips-linux-gnu"))
3945 if (D.getVFS().exists(SysRoot + "/lib/mipsel-linux-gnu"))
3949 if (D.getVFS().exists(SysRoot + "/lib/mips64-linux-gnu"))
3951 if (D.getVFS().exists(SysRoot + "/lib/mips64-linux-gnuabi64"))
3955 if (D.getVFS().exists(SysRoot + "/lib/mips64el-linux-gnu"))
3957 if (D.getVFS().exists(SysRoot + "/lib/mips64el-linux-gnuabi64"))
3961 if (D.getVFS().exists(SysRoot + "/lib/powerpc-linux-gnuspe"))
3963 if (D.getVFS().exists(SysRoot + "/lib/powerpc-linux-gnu"))
3967 if (D.getVFS().exists(SysRoot + "/lib/powerpc64-linux-gnu"))
3971 if (D.getVFS().exists(SysRoot + "/lib/powerpc64le-linux-gnu"))
3975 if (D.getVFS().exists(SysRoot + "/lib/sparc-linux-gnu"))
3979 if (D.getVFS().exists(SysRoot + "/lib/sparc64-linux-gnu"))
3983 if (D.getVFS().exists(SysRoot + "/lib/s390x-linux-gnu"))
4248 if (getVFS().exists(Path))
4253 if (getVFS().exists(Path))
4530 if (D.getVFS().exists(SysRoot + Dir)) {
4582 if (IncludePath.empty() || !getVFS().exists(IncludePath))