Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h48 bool GetUseModuleCache() const;
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp99 bool PlatformProperties::GetUseModuleCache() const { in GetUseModuleCache() function in PlatformProperties
1582 if (IsHost() || !GetGlobalPlatformProperties().GetUseModuleCache() || in GetCachedSharedModule()