Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h1003 virtual const char *GetCacheHostname();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1748 GetModuleCacheRoot(), GetCacheHostname(), module_spec, in GetCachedSharedModule()
1830 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname() function in Platform