Home
last modified time | relevance | path

Searched refs:GetGlobalPlatformProperties (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp140 PlatformProperties &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties() function in Platform
1701 if (IsHost() || !GetGlobalPlatformProperties().GetUseModuleCache() || in GetCachedSharedModule()
1702 !GetGlobalPlatformProperties().GetModuleCacheDirectory()) in GetCachedSharedModule()
1786 auto dir_spec = GetGlobalPlatformProperties().GetModuleCacheDirectory(); in GetModuleCacheRoot()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h90 static PlatformProperties &GetGlobalPlatformProperties();
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp992 Platform::GetGlobalPlatformProperties().GetValueProperties()); in Debugger()