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