Home | History | Annotate | Download | only in lli

Lines Matching refs:CacheDir

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