Lines Matching defs:VFS
134 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS)
135 : Diags(Diags), VFS(std::move(VFS)), Mode(GCCMode),
145 // Provide a sane fallback if no VFS is specified.
146 if (!this->VFS)
147 this->VFS = llvm::vfs::getRealFileSystem();
1093 if (VFS->setCurrentWorkingDirectory(WD->getValue()))
1459 SmallString<128> VFS;
1472 VFS = llvm::sys::path::filename(TempFile);
1473 llvm::sys::path::append(VFS, "vfs", "vfs.yaml");
1478 CrashReportInfo CrashInfo(TempFiles[0], VFS);