Lines Matching refs:EntryPath
38 SmallString<64> EntryPath; in localCache() local
39 sys::path::append(EntryPath, CacheDirectoryPath, "llvmcache-" + Key); in localCache()
43 Twine(EntryPath), sys::fs::OF_UpdateAtime, &ResultPath); in localCache()
47 MemoryBuffer::getOpenFile(*FDOrErr, EntryPath, in localCache()
67 report_fatal_error(Twine("Failed to open cache file ") + EntryPath + in localCache()
75 std::string EntryPath; in localCache() member
79 sys::fs::TempFile TempFile, std::string EntryPath, in localCache()
82 TempFile(std::move(TempFile)), EntryPath(std::move(EntryPath)), in localCache()
108 Error E = TempFile.keep(EntryPath); in localCache()
115 EntryPath); in localCache()
126 TempFile.TmpName + " to " + EntryPath + ": " + in localCache()
147 AddBuffer, std::move(*Temp), std::string(EntryPath.str()), Task); in localCache()