Searched refs:CacheEntryPath (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp870 /// Write out the generated object file, either from CacheEntryPath or from
874 ThinLTOCodeGenerator::writeGeneratedObject(int count, StringRef CacheEntryPath, argument
885 if (!CacheEntryPath.empty()) {
887 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath);
891 Err = sys::fs::copy_file(CacheEntryPath, OutputPath);
897 errs() << "remark: can't link or copy from cached entry '" << CacheEntryPath
1076 auto CacheEntryPath = CacheEntry.getEntryPath();
1081 << " '" << CacheEntryPath << "' for buffer "
1090 count, CacheEntryPath, *ErrOrBuffer.get());
1127 if (!CacheEntryPath
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h295 std::string writeGeneratedObject(int count, StringRef CacheEntryPath,

Completed in 39 milliseconds