Home
last modified time | relevance | path

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

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