Lines Matching defs:CacheEntryPath
919 /// Write out the generated object file, either from CacheEntryPath or from
923 ThinLTOCodeGenerator::writeGeneratedObject(int count, StringRef CacheEntryPath,
934 if (!CacheEntryPath.empty()) {
936 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath);
940 Err = sys::fs::copy_file(CacheEntryPath, OutputPath);
946 errs() << "remark: can't link or copy from cached entry '" << CacheEntryPath
1138 auto CacheEntryPath = CacheEntry.getEntryPath();
1143 << " '" << CacheEntryPath << "' for buffer "
1152 count, CacheEntryPath, *ErrOrBuffer.get());
1190 if (!CacheEntryPath.empty()) {
1200 errs() << "remark: can't reload cached file '" << CacheEntryPath
1210 count, CacheEntryPath, *OutputBuffer);