Searched refs:getCachedOrDownloadArtifact (Results 1 – 3 of 3) sorted by relevance
135 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadSource()147 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()159 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo()163 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey, in getCachedOrDownloadArtifact() function172 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact()261 Expected<std::string> getCachedOrDownloadArtifact( in getCachedOrDownloadArtifact() function
90 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey,96 Expected<std::string> getCachedOrDownloadArtifact(
191 llvm::Expected<std::string> result = llvm::getCachedOrDownloadArtifact( in GetFileForModule()