Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lli/
H A Dlli.cpp240 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument
242 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 LLIObjectCache
297 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
/freebsd-12.1/contrib/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp50 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable
314 if (!CacheDir.empty()) in run()
315 Cache = check(localCache(CacheDir, AddBuffer), "failed to create cache"); in run()