Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPClient.h30 struct HTTPRequest { struct
35 HTTPRequest(StringRef Url); argument
38 bool operator==(const HTTPRequest &A, const HTTPRequest &B);
80 Error perform(const HTTPRequest &Request, HTTPResponseHandler &Handler);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPClient.cpp27 HTTPRequest::HTTPRequest(StringRef Url) { this->Url = Url.str(); } in HTTPRequest() function in HTTPRequest
29 bool operator==(const HTTPRequest &A, const HTTPRequest &B) { in operator ==()
106 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
153 Error HTTPClient::perform(const HTTPRequest &Request, in perform()
H A DDebuginfod.cpp296 HTTPRequest Request(ArtifactUrl); in getCachedOrDownloadArtifact()