Searched refs:CacheDir (Results 1 – 2 of 2) sorted by relevance
298 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument300 if (!this->CacheDir.empty() && in LLIObjectCache()301 this->CacheDir[this->CacheDir.size() - 1] != '/') in LLIObjectCache()302 this->CacheDir += '/'; in LLIObjectCache()311 if (!CacheDir.empty()) { // Create user-defined cache dir. in notifyObjectCompiled()342 std::string CacheDir; member in LLIObjectCache359 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
55 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable380 if (!CacheDir.empty()) in run()381 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()