Home
last modified time | relevance | path

Searched refs:CacheDir (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/lli/
Dlli.cpp298 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument
300 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 LLIObjectCache
359 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp55 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable
380 if (!CacheDir.empty()) in run()
381 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()