Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp304 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache() argument
348 std::string CacheDir; global() member in LLIObjectCache
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp165 SmallString<10> CacheDir; in getCachedOrDownloadArtifact() local