Home
last modified time | relevance | path

Searched defs:hostname (Results 1 – 14 of 14) sorted by relevance

/llvm-project/lldb/source/Target/
H A DModuleCache.cpp37 std::string GetEscapedHostname(const char *hostname) { in GetEscapedHostname() argument
128 const char *hostname, in CreateHostSysRootModuleLink() argument
191 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put() argument
215 Get(const FileSpec & root_dir_spec,const char * hostname,const ModuleSpec & module_spec,ModuleSP & cached_module_sp,bool * did_create_ptr) Get() argument
270 GetAndPut(const FileSpec & root_dir_spec,const char * hostname,const ModuleSpec & module_spec,const ModuleDownloader & module_downloader,const SymfileDownloader & symfile_downloader,lldb::ModuleSP & cached_module_sp,bool * did_create_ptr) GetAndPut() argument
[all...]
/llvm-project/lldb/unittests/Target/
H A DModuleCacheTest.cpp60 static FileSpec GetSysrootView(FileSpec spec, const char *hostname) { in GetSysrootView() argument
72 static void VerifyDiskState(const FileSpec &cache_dir, const char *hostname) { in VerifyDiskState() argument
85 const char *hostname, bool expect_download) { in TryGetAndPut() argument
/llvm-project/lldb/include/lldb/Utility/
H A DUriParser.h23 llvm::StringRef hostname; member
/llvm-project/lldb/include/lldb/Host/
H A DSocket.h51 std::string hostname; global() member
/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp33 char hostname[PATH_MAX]; GetHostname() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp161 LaunchGDBServer(const lldb_private::Args & args,std::string hostname,lldb::pid_t & pid,std::optional<uint16_t> & port,std::string & socket_name) LaunchGDBServer() argument
236 std::string hostname; Handle_qLaunchGDBServer() local
H A DGDBRemoteCommunication.cpp835 StartListenThread(const char * hostname,uint16_t port) StartListenThread() argument
H A DGDBRemoteCommunicationClient.cpp2625 std::string hostname; LaunchGDBServer() local
/llvm-project/openmp/runtime/test/affinity/format/
H A Dfields_values.c118 char hostname[256]; in check_host() local
/llvm-project/lldb/source/Host/common/
H A DSocketAddress.cpp223 SocketAddress::GetAddressInfo(const char *hostname, const char *servname, in GetAddressInfo()
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc436 TCHAR hostname[COUNT] = {'\0'}; in GetSystemName() local
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp806 MakeUrl(const char * scheme,const char * hostname,uint16_t port,const char * path) MakeUrl() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp342 std::string hostname; in DoExecute() local
/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h457 #define __sanitizer_syscall_pre_compat_43_ogethostname(hostname, len) \ argument
460 #define __sanitizer_syscall_post_compat_43_ogethostname(res, hostname, len) \ argument
463 #define __sanitizer_syscall_pre_compat_43_osethostname(hostname, len) \ argument
466 #define __sanitizer_syscall_post_compat_43_osethostname(res, hostname, len) \ argument