Searched refs:UrlPath (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 102 SmallString<64> UrlPath; in getCachedOrDownloadSource() local 103 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadSource() 106 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadSource() 110 SmallString<64> UrlPath; in getCachedOrDownloadExecutable() local 111 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadExecutable() 113 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable() 117 SmallString<64> UrlPath; in getCachedOrDownloadDebuginfo() local 118 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadDebuginfo() 120 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo() 125 StringRef UrlPath) { in getCachedOrDownloadArtifact() argument [all …]
|
| H A D | HTTPServer.cpp | 74 Request.UrlPath = it; in expandUrlPathMatches()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 73 StringRef UrlPath); 79 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
|
| H A D | HTTPServer.h | 48 std::string UrlPath;
|