Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DPlatform.cpp158 const PlatformPropertiesSP &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties() function in Platform
1622 if (IsHost() || !GetGlobalPlatformProperties()->GetUseModuleCache() || in GetCachedSharedModule()
1623 !GetGlobalPlatformProperties()->GetModuleCacheDirectory()) in GetCachedSharedModule()
1707 auto dir_spec = GetGlobalPlatformProperties()->GetModuleCacheDirectory(); in GetModuleCacheRoot()
/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h87 static const PlatformPropertiesSP &GetGlobalPlatformProperties();
/external/llvm-project/lldb/source/Core/
DDebugger.cpp704 Platform::GetGlobalPlatformProperties()->GetValueProperties()); in Debugger()