Lines Matching refs:fs
350 if (!llvm::sys::fs::exists(P.str(), Exists) && Exists)
356 if (!llvm::sys::fs::exists(P.str(), Exists) && Exists)
397 if (!llvm::sys::fs::exists(P.str(), Exists) && Exists)
706 if (llvm::sys::fs::exists(P.str(), Exists) || !Exists) {
709 if (!llvm::sys::fs::exists(P.str(), Exists) && Exists) {
719 if ((llvm::sys::fs::exists("/usr/lib/libstdc++.dylib", Exists) || !Exists)&&
720 (!llvm::sys::fs::exists("/usr/lib/libstdc++.6.dylib", Exists) && Exists)){
747 if (!llvm::sys::fs::exists(P.str(), Exists) && Exists)
1152 if (!llvm::sys::fs::exists(Prefixes[i]))
1156 if (!llvm::sys::fs::exists(LibDir))
1164 if (!llvm::sys::fs::exists(LibDir))
1335 for (llvm::sys::fs::directory_iterator LI(LibDir + LibSuffix, EC), LE;
1354 if (llvm::sys::fs::exists(LI->path() + MultiarchSuffix + "/crtbegin.o")) {
1358 !llvm::sys::fs::exists(LI->path() + "/crtbegin.o"))
1618 llvm::sys::fs::exists(getDriver().SysRoot + "/usr/lib32/crt1.o"))
1931 if (!llvm::sys::fs::exists("/etc/exherbo-release", Exists) && Exists)
1934 if (!llvm::sys::fs::exists("/etc/arch-release", Exists) && Exists)
1959 if (llvm::sys::fs::exists(SysRoot + "/lib/i386-linux-gnu"))
1963 if (llvm::sys::fs::exists(SysRoot + "/lib/x86_64-linux-gnu"))
1967 if (llvm::sys::fs::exists(SysRoot + "/lib/mips-linux-gnu"))
1971 if (llvm::sys::fs::exists(SysRoot + "/lib/mipsel-linux-gnu"))
1975 if (llvm::sys::fs::exists(SysRoot + "/lib/powerpc-linux-gnu"))
1979 if (llvm::sys::fs::exists(SysRoot + "/lib/powerpc64-linux-gnu"))
1986 if (llvm::sys::fs::exists(Path)) Paths.push_back(Path.str());
2229 if (llvm::sys::fs::exists(D.SysRoot + *I)) {
2250 if (!llvm::sys::fs::exists(Base))