Lines Matching refs:EntryPath
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()
127 TempFile.TmpName + " to " + EntryPath + ": " + in localCache()
148 AddBuffer, std::move(*Temp), std::string(EntryPath.str()), Task); in localCache()