Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h161 virtual bool CheckLocalSharedCache() const { return IsHost(); } in CheckLocalSharedCache() function
H A DPlatformDarwinDevice.cpp305 if (CheckLocalSharedCache()) { in GetSharedModuleWithLocalCache()