Lines Matching refs:CacheEntryPath
962 ThinLTOCodeGenerator::writeGeneratedObject(int count, StringRef CacheEntryPath, in writeGeneratedObject() argument
973 if (!CacheEntryPath.empty()) { in writeGeneratedObject()
975 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject()
979 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject()
985 errs() << "remark: can't link or copy from cached entry '" << CacheEntryPath in writeGeneratedObject()
1161 auto CacheEntryPath = CacheEntry.getEntryPath(); in run() local
1166 << " '" << CacheEntryPath << "' for buffer " in run()
1175 count, CacheEntryPath, *ErrOrBuffer.get()); in run()
1213 if (!CacheEntryPath.empty()) { in run()
1223 errs() << "remark: can't reload cached file '" << CacheEntryPath in run()
1233 count, CacheEntryPath, *OutputBuffer); in run()