Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp935 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()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h297 std::string writeGeneratedObject(int count, StringRef CacheEntryPath,