Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp892 ThinLTOCodeGenerator::writeGeneratedObject(int count, StringRef CacheEntryPath, in writeGeneratedObject() argument
903 if (!CacheEntryPath.empty()) { in writeGeneratedObject()
905 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject()
909 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject()
915 errs() << "remark: can't link or copy from cached entry '" << CacheEntryPath in writeGeneratedObject()
1091 auto CacheEntryPath = CacheEntry.getEntryPath(); in run() local
1096 << " '" << CacheEntryPath << "' for buffer " in run()
1105 count, CacheEntryPath, *ErrOrBuffer.get()); in run()
1142 if (!CacheEntryPath.empty()) { in run()
1152 errs() << "remark: can't reload cached file '" << CacheEntryPath in run()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h295 std::string writeGeneratedObject(int count, StringRef CacheEntryPath,