reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Platform.h
   83   static const PlatformPropertiesSP &GetGlobalPlatformProperties();

References

tools/lldb/source/Core/Debugger.cpp
  737       Platform::GetGlobalPlatformProperties()->GetValueProperties());
tools/lldb/source/Target/Platform.cpp
 1594   if (IsHost() || !GetGlobalPlatformProperties()->GetUseModuleCache() ||
 1595       !GetGlobalPlatformProperties()->GetModuleCacheDirectory())
 1679   auto dir_spec = GetGlobalPlatformProperties()->GetModuleCacheDirectory();