Lines Matching defs:CacheEntryPath
927 /// Write out the generated object file, either from CacheEntryPath or from
931 ThinLTOCodeGenerator::writeGeneratedObject(int count, StringRef CacheEntryPath,
942 if (!CacheEntryPath.empty()) {
944 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath);
948 Err = sys::fs::copy_file(CacheEntryPath, OutputPath);
954 errs() << "remark: can't link or copy from cached entry '" << CacheEntryPath
1149 auto CacheEntryPath = CacheEntry.getEntryPath();
1154 << " '" << CacheEntryPath << "' for buffer "
1163 count, CacheEntryPath, *ErrOrBuffer.get());
1201 if (!CacheEntryPath.empty()) {
1211 errs() << "remark: can't reload cached file '" << CacheEntryPath
1221 count, CacheEntryPath, *OutputBuffer);