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