Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp101 SmallString<64> CacheDirectory; in getDefaultDebuginfodCacheDirectory() local
102 if (!sys::path::cache_directory(CacheDirectory)) in getDefaultDebuginfodCacheDirectory()
105 sys::path::append(CacheDirectory, "llvm-debuginfod", "client"); in getDefaultDebuginfodCacheDirectory()
106 return std::string(CacheDirectory); in getDefaultDebuginfodCacheDirectory()
/llvm-project/llvm/unittests/Support/
H A DPath.cpp577 TEST(Support, CacheDirectory) { in TEST()
576 TEST(Support,CacheDirectory) TEST() argument