Searched refs:CacheDir (Results 1 – 3 of 3) sorted by relevance
304 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument306 if (!this->CacheDir.empty() && in LLIObjectCache()307 this->CacheDir[this->CacheDir.size() - 1] != '/') in LLIObjectCache()308 this->CacheDir += '/'; in LLIObjectCache()317 if (!CacheDir.empty()) { // Create user-defined cache dir. in notifyObjectCompiled()348 std::string CacheDir; member in LLIObjectCache362 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
56 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable454 if (!CacheDir.empty()) in run()455 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
165 SmallString<10> CacheDir; in getCachedOrDownloadArtifact() local170 CacheDir = *CacheDirOrErr; in getCachedOrDownloadArtifact()172 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact()