Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp142 PlatformProperties &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties() function in Platform
1582 if (IsHost() || !GetGlobalPlatformProperties().GetUseModuleCache() || in GetCachedSharedModule()
1583 !GetGlobalPlatformProperties().GetModuleCacheDirectory()) in GetCachedSharedModule()
1667 auto dir_spec = GetGlobalPlatformProperties().GetModuleCacheDirectory(); in GetModuleCacheRoot()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h84 static PlatformProperties &GetGlobalPlatformProperties();
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp787 Platform::GetGlobalPlatformProperties().GetValueProperties()); in Debugger()