Lines Matching refs:CacheEntryPath
780 static std::string writeGeneratedObject(int count, StringRef CacheEntryPath, in writeGeneratedObject() argument
790 if (!CacheEntryPath.empty()) { in writeGeneratedObject()
792 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject()
796 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject()
802 errs() << "error: can't link or copy from cached entry '" << CacheEntryPath in writeGeneratedObject()
952 auto CacheEntryPath = CacheEntry.getEntryPath(); in run() local
957 << " '" << CacheEntryPath << "' for buffer " in run()
966 count, CacheEntryPath, SavedObjectsDirectoryPath, in run()
1004 if (!CacheEntryPath.empty()) { in run()
1014 errs() << "error: can't reload cached file '" << CacheEntryPath in run()
1024 count, CacheEntryPath, SavedObjectsDirectoryPath, *OutputBuffer); in run()