Home
last modified time | relevance | path

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

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