Home
last modified time | relevance | path

Searched refs:UrlPath (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp125 SmallString<64> UrlPath; in getDebuginfodSourceUrlPath() local
129 return std::string(UrlPath); in getDebuginfodSourceUrlPath()
135 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadSource()
139 SmallString<64> UrlPath; in getDebuginfodExecutableUrlPath() local
142 return std::string(UrlPath); in getDebuginfodExecutableUrlPath()
147 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()
151 SmallString<64> UrlPath; in getDebuginfodDebuginfoUrlPath() local
154 return std::string(UrlPath); in getDebuginfodDebuginfoUrlPath()
159 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo()
562 Log.push("GET " + Request.UrlPath); in DebuginfodServer()
[all …]
H A DHTTPServer.cpp80 Request.UrlPath = it; in expandUrlPathMatches()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h50 std::string getDebuginfodCacheKey(StringRef UrlPath);
91 StringRef UrlPath);
97 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
H A DHTTPServer.h58 std::string UrlPath;