Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp125 SmallString<64> UrlPath; in getDebuginfodSourceUrlPath() local
126 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getDebuginfodSourceUrlPath()
129 return std::string(UrlPath); in getDebuginfodSourceUrlPath()
134 std::string UrlPath = getDebuginfodSourceUrlPath(ID, SourceFilePath); in getCachedOrDownloadSource() local
135 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadSource()
139 SmallString<64> UrlPath; in getDebuginfodExecutableUrlPath() local
140 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getDebuginfodExecutableUrlPath()
142 return std::string(UrlPath); in getDebuginfodExecutableUrlPath()
146 std::string UrlPath = getDebuginfodExecutableUrlPath(ID); in getCachedOrDownloadExecutable() local
147 return getCachedOrDownloadArtifact(getDebuginfodCacheKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()
[all …]
H A DHTTPServer.cpp80 Request.UrlPath = it; in expandUrlPathMatches()
/freebsd/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;