Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Debuginfod/
H A DHTTPServer.cpp120 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() argument
121 if (!Server->bind_to_port(HostInterface, ListenPort)) in bind()
128 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind() argument
129 int ListenPort = Server->bind_to_any_port(HostInterface); in bind()
173 Error HTTPServer::bind(unsigned ListenPort, const char *HostInterface) { in bind() argument
177 Expected<unsigned> HTTPServer::bind(const char *HostInterface) { in bind() argument
/llvm-project-15.0.7/llvm/tools/llvm-debuginfod/
H A Dllvm-debuginfod.cpp38 HostInterface("i", cl::init("0.0.0.0"), variable
83 Port = ExitOnErr(Server.Server.bind(HostInterface.c_str())); in main()
85 ExitOnErr(Server.Server.bind(Port, HostInterface.c_str())); in main()
/llvm-project-15.0.7/llvm/include/llvm/Debuginfod/
H A DHTTPServer.h108 Error bind(unsigned Port, const char *HostInterface = "0.0.0.0");
112 Expected<unsigned> bind(const char *HostInterface = "0.0.0.0");