Lines Matching refs:EntryPath
39 SmallString<64> EntryPath; in localCache() local
40 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache()
45 Twine(EntryPath), FD, sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
48 MemoryBuffer::getOpenFile(FD, EntryPath, in localCache()
66 report_fatal_error(Twine("Failed to open cache file ") + EntryPath + in localCache()
74 std::string EntryPath; in localCache() member
78 sys::fs::TempFile TempFile, std::string EntryPath, in localCache()
81 TempFile(std::move(TempFile)), EntryPath(std::move(EntryPath)), in localCache()
107 Error E = TempFile.keep(EntryPath); in localCache()
114 EntryPath); in localCache()
125 TempFile.TmpName + " to " + EntryPath + ": " + in localCache()
146 AddBuffer, std::move(*Temp), EntryPath.str(), Task); in localCache()