Lines Matching refs:CacheEntryPath
935 ThinLTOCodeGenerator::writeGeneratedObject(int count, StringRef CacheEntryPath, in writeGeneratedObject() argument
946 if (!CacheEntryPath.empty()) { in writeGeneratedObject()
948 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject()
952 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject()
958 errs() << "remark: can't link or copy from cached entry '" << CacheEntryPath in writeGeneratedObject()
1153 auto CacheEntryPath = CacheEntry.getEntryPath(); in run() local
1158 << " '" << CacheEntryPath << "' for buffer " in run()
1167 count, CacheEntryPath, *ErrOrBuffer.get()); in run()
1205 if (!CacheEntryPath.empty()) { in run()
1215 errs() << "remark: can't reload cached file '" << CacheEntryPath in run()
1225 count, CacheEntryPath, *OutputBuffer); in run()