Home
last modified time | relevance | path

Searched defs: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()
348 std::string CacheDir; member in LLIObjectCache
/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
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp165 SmallString<10> CacheDir; in getCachedOrDownloadArtifact() local