Searched defs:CacheDir (Results 1 – 3 of 3) sorted by relevance
304 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache()348 std::string CacheDir; member in LLIObjectCache
56 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable
165 SmallString<10> CacheDir; in getCachedOrDownloadArtifact() local