Searched refs:CacheEntryPath (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 890 ThinLTOCodeGenerator::writeGeneratedObject(int count, StringRef CacheEntryPath, in writeGeneratedObject() argument 901 if (!CacheEntryPath.empty()) { in writeGeneratedObject() 903 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject() 907 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject() 913 errs() << "remark: can't link or copy from cached entry '" << CacheEntryPath in writeGeneratedObject() 1086 auto CacheEntryPath = CacheEntry.getEntryPath(); in run() local 1091 << " '" << CacheEntryPath << "' for buffer " in run() 1100 count, CacheEntryPath, *ErrOrBuffer.get()); in run() 1137 if (!CacheEntryPath.empty()) { in run() 1147 errs() << "remark: can't reload cached file '" << CacheEntryPath in run() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 859 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 …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 295 std::string writeGeneratedObject(int count, StringRef CacheEntryPath,
|
/external/llvm-project/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 295 std::string writeGeneratedObject(int count, StringRef CacheEntryPath,
|