Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp859 ThinLTOCodeGenerator::writeGeneratedObject(int count, StringRef CacheEntryPath, in writeGeneratedObject() argument
870 if (!CacheEntryPath.empty()) { in writeGeneratedObject()
872 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject()
876 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject()
882 errs() << "error: can't link or copy from cached entry '" << CacheEntryPath in writeGeneratedObject()
1055 auto CacheEntryPath = CacheEntry.getEntryPath(); in run() local
1060 << " '" << CacheEntryPath << "' for buffer " in run()
1069 count, CacheEntryPath, *ErrOrBuffer.get()); in run()
1106 if (!CacheEntryPath.empty()) { in run()
1116 errs() << "error: can't reload cached file '" << CacheEntryPath in run()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h295 std::string writeGeneratedObject(int count, StringRef CacheEntryPath,