Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp304 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument
306 if (!this->CacheDir.empty() && in LLIObjectCache()
307 this->CacheDir[this->CacheDir.size() - 1] != '/') in LLIObjectCache()
308 this->CacheDir += '/'; in LLIObjectCache()
317 if (!CacheDir.empty()) { // Create user-defined cache dir. in notifyObjectCompiled()
348 std::string CacheDir; member in LLIObjectCache
362 CacheName = CacheDir + CacheSubdir; in getCacheFilename()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp56 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable
454 if (!CacheDir.empty()) in run()
455 Cache = check(localCache("ThinLTO", "Thin", CacheDir, AddBuffer), in run()
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp165 SmallString<10> CacheDir; in getCachedOrDownloadArtifact() local
170 CacheDir = *CacheDirOrErr; in getCachedOrDownloadArtifact()
172 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact()