Home
last modified time | relevance | path

Searched refs:CheckLocalSharedCache (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteiOS.h43 bool CheckLocalSharedCache() const override;
H A DPlatformRemoteiOS.cpp144 bool PlatformRemoteiOS::CheckLocalSharedCache() const { in CheckLocalSharedCache() function in PlatformRemoteiOS
H A DPlatformDarwin.h176 virtual bool CheckLocalSharedCache() const { return IsHost(); }
192 virtual bool CheckLocalSharedCache() const { return IsHost(); } CheckLocalSharedCache() function
H A DPlatformDarwinDevice.cpp315 if (CheckLocalSharedCache()) { in GetSharedModuleWithLocalCache()