Home
last modified time | relevance | path

Searched refs:CacheDirectory (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DDebuginfod.cpp69 SmallString<64> CacheDirectory; in getDefaultDebuginfodCacheDirectory() local
70 if (!sys::path::cache_directory(CacheDirectory)) in getDefaultDebuginfodCacheDirectory()
73 sys::path::append(CacheDirectory, "llvm-debuginfod", "client"); in getDefaultDebuginfodCacheDirectory()
74 return std::string(CacheDirectory); in getDefaultDebuginfodCacheDirectory()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp574 TEST(Support, CacheDirectory) { in TEST() argument