Home
last modified time | relevance | path

Searched refs:HTTPServerError (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp31 char HTTPServerError::ID = 0;
33 HTTPServerError::HTTPServerError(const Twine &Msg) : Msg(Msg.str()) {} in HTTPServerError() function in HTTPServerError
35 void HTTPServerError::log(raw_ostream &OS) const { OS << Msg; } in log()
183 return make_error<HTTPServerError>("no httplib"); in bind()
187 return make_error<HTTPServerError>("no httplib"); in bind()
191 return make_error<HTTPServerError>("no httplib"); in listen()
/src/contrib/llvm-project/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h37 class HTTPServerError : public ErrorInfo<HTTPServerError, ECError> {
40 HTTPServerError(const Twine &Msg);