Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Debuginfod/
H A DDebuginfodTests.cpp38 StringRef CacheDir = sys::path::parent_path(CachedFilePath); in TEST() local
54 SmallString<32> CacheDir; in TEST() local
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp57 static cl::opt<std::string> CacheDir("cache-dir", cl::desc("Cache Directory"), variable
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp525 SmallString<128> CacheDir; in TEST() local
533 SmallString<128> CacheDir; in TEST() local
545 SmallString<128> CacheDir; in TEST() local
569 SmallString<128> CacheDir; in TEST() local
579 SmallString<128> CacheDir; in TEST() local
/llvm-project-15.0.7/llvm/tools/lli/
H A Dlli.cpp309 LLIObjectCache(const std::string& CacheDir) : CacheDir(CacheDir) { in LLIObjectCache()
353 std::string CacheDir; member in LLIObjectCache
/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp117 SmallString<10> CacheDir; in getCachedOrDownloadArtifact() local
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy.cpp731 SmallString<128> CacheDir; member in MCJITObjectCache
/llvm-project-15.0.7/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp750 SmallString<128> CacheDir; member in MCJITObjectCache