Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h1024 virtual const char *GetCacheHostname();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1653 GetModuleCacheRoot(), GetCacheHostname(), module_spec, in GetCachedSharedModule()
1736 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname() function in Platform