Home | History | Annotate | Download | only in lli

Lines Matching refs:CacheDir

241 // directory specified by CacheDir, using a filename provided in the module
243 // file exists. CacheDir defaults to "", in which case objects are cached
248 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) {
250 if (!this->CacheDir.empty() &&
251 this->CacheDir[this->CacheDir.size() - 1] != '/')
252 this->CacheDir += '/';
261 if (!CacheDir.empty()) { // Create user-defined cache dir.
290 std::string CacheDir;
305 CacheName = CacheDir + CacheSubdir;