Home
last modified time | relevance | path

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

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