Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Debuginfod/
H A DDebuginfod.cpp102 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 DHTTPServer.cpp74 Request.UrlPath = it; in expandUrlPathMatches()
/openbsd-src/gnu/llvm/llvm/include/llvm/Debuginfod/
H A DDebuginfod.h73 StringRef UrlPath);
79 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
H A DHTTPServer.h48 std::string UrlPath;