Lines Matching defs:VFS
1000 llvm::vfs::FileSystem &VFS;
1003 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS)
1004 : Base(Base), File(File), VFS(VFS) {}
1006 return !VFS.exists(Base + M.gccSuffix() + File);
1148 static bool findMipsAndroidMultilibs(llvm::vfs::FileSystem &VFS, StringRef Path,
1183 if (VFS.exists(Path + "/mips-r6"))
1185 else if (VFS.exists(Path + "/32"))
2327 auto &VFS = D.getVFS();
2328 if (!VFS.exists(Prefix))
2332 if (!VFS.exists(LibDir))
2335 bool GCCDirExists = VFS.exists(LibDir + "/gcc");
2336 bool GCCCrossDirExists = VFS.exists(LibDir + "/gcc-cross");
2343 if (!VFS.exists(LibDir))
2345 bool GCCDirExists = VFS.exists(LibDir + "/gcc");
2346 bool GCCCrossDirExists = VFS.exists(LibDir + "/gcc-cross");