Home
last modified time | relevance | path

Searched refs:PlatformProperties (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp75 ConstString PlatformProperties::GetSettingName() { in GetSettingName()
80 PlatformProperties::PlatformProperties() { in PlatformProperties() function in PlatformProperties
99 bool PlatformProperties::GetUseModuleCache() const { in GetUseModuleCache()
105 bool PlatformProperties::SetUseModuleCache(bool use_module_cache) { in SetUseModuleCache()
110 FileSpec PlatformProperties::GetModuleCacheDirectory() const { in GetModuleCacheDirectory()
115 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { in SetModuleCacheDirectory()
120 void PlatformProperties::SetDefaultModuleCacheDirectory( in SetDefaultModuleCacheDirectory()
142 PlatformProperties &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties()
143 static PlatformProperties g_settings; in GetGlobalPlatformProperties()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h42 class PlatformProperties : public Properties {
44 PlatformProperties();
84 static PlatformProperties &GetGlobalPlatformProperties();