Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp57 std::string getDebuginfodCacheKey(llvm::StringRef S) { in getDebuginfodCacheKey() function
135 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadSource()
147 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()
159 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h50 std::string getDebuginfodCacheKey(StringRef UrlPath);