Searched refs:CacheDirectory (Results 1 – 1 of 1) sorted by relevance
78 SmallString<64> CacheDirectory; in getDefaultDebuginfodCacheDirectory() local79 if (!sys::path::cache_directory(CacheDirectory)) in getDefaultDebuginfodCacheDirectory()82 sys::path::append(CacheDirectory, "llvm-debuginfod", "client"); in getDefaultDebuginfodCacheDirectory()83 return std::string(CacheDirectory); in getDefaultDebuginfodCacheDirectory()