Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp135 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() function
172 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact()
261 Expected<std::string> getCachedOrDownloadArtifact( in getCachedOrDownloadArtifact() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h90 Expected<std::string> getCachedOrDownloadArtifact(StringRef UniqueKey,
96 Expected<std::string> getCachedOrDownloadArtifact(
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/
H A DSymbolLocatorDebuginfod.cpp191 llvm::Expected<std::string> result = llvm::getCachedOrDownloadArtifact( in GetFileForModule()