Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
DPlatformRemoteiOS.h43 bool CheckLocalSharedCache() const override;
DPlatformRemoteiOS.cpp144 bool PlatformRemoteiOS::CheckLocalSharedCache() const { in CheckLocalSharedCache() function in PlatformRemoteiOS
DPlatformDarwin.h165 virtual bool CheckLocalSharedCache() const { return IsHost(); } in CheckLocalSharedCache() function
DPlatformDarwinDevice.cpp315 if (CheckLocalSharedCache()) { in GetSharedModuleWithLocalCache()