Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp140 PlatformProperties &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties() function in Platform
1740 if (IsHost() || !GetGlobalPlatformProperties().GetUseModuleCache() || in GetCachedSharedModule()
1741 !GetGlobalPlatformProperties().GetModuleCacheDirectory()) in GetCachedSharedModule()
1825 auto dir_spec = GetGlobalPlatformProperties().GetModuleCacheDirectory(); in GetModuleCacheRoot()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h85 static PlatformProperties &GetGlobalPlatformProperties();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp858 Platform::GetGlobalPlatformProperties().GetValueProperties()); in Debugger()