Searched refs:CacheDir (Results 1 – 2 of 2) sorted by relevance
240 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument242 if (!this->CacheDir.empty() && in LLIObjectCache()243 this->CacheDir[this->CacheDir.size() - 1] != '/') in LLIObjectCache()244 this->CacheDir += '/'; in LLIObjectCache()253 if (!CacheDir.empty()) { // Create user-defined cache dir. in notifyObjectCompiled()282 std::string CacheDir; member in LLIObjectCache297 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
50 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable314 if (!CacheDir.empty()) in run()315 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()