Searched refs:CacheDir (Results 1 – 3 of 3) sorted by relevance
306 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument308 if (!this->CacheDir.empty() && in LLIObjectCache()309 this->CacheDir[this->CacheDir.size() - 1] != '/') in LLIObjectCache()310 this->CacheDir += '/'; in LLIObjectCache()319 if (!CacheDir.empty()) { // Create user-defined cache dir. in notifyObjectCompiled()350 std::string CacheDir; member in LLIObjectCache364 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
56 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable486 if (!CacheDir.empty()) in run()487 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()