Home
last modified time | relevance | path

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

/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()
/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h50 std::string getDebuginfodCacheKey(StringRef UrlPath);
/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp