Searched refs:EntryPath (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | Caching.cpp | 39 SmallString<64> EntryPath; in localCache() local 40 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache() 44 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in localCache() 48 MemoryBuffer::getOpenFile(*FDOrErr, EntryPath, in localCache() 68 report_fatal_error(Twine("Failed to open cache file ") + EntryPath + in localCache() 76 std::string EntryPath; in localCache() member 80 sys::fs::TempFile TempFile, std::string EntryPath, in localCache() 83 TempFile(std::move(TempFile)), EntryPath(std::move(EntryPath)), in localCache() 109 Error E = TempFile.keep(EntryPath); in localCache() 116 EntryPath); in localCache() [all …]
|
| H A D | ThinLTOCodeGenerator.cpp | 389 SmallString<128> EntryPath; member in __anon4ce58e460111::ModuleCacheEntry 428 sys::path::append(EntryPath, CachePath, "llvmcache-" + Key); in ModuleCacheEntry() 432 StringRef getEntryPath() { return EntryPath; } in getEntryPath() 436 if (EntryPath.empty()) in tryLoadingBuffer() 440 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in tryLoadingBuffer() 444 *FDOrErr, EntryPath, /*FileSize=*/-1, /*RequiresNullTerminator=*/false); in tryLoadingBuffer() 451 if (EntryPath.empty()) in write() 456 SmallString<128> CachePath(EntryPath); in write() 461 llvm::writeFileAtomically(TempFilename, EntryPath, in write()
|