Searched refs:PlatformProperties (Results 1 – 2 of 2) sorted by relevance
75 llvm::StringRef PlatformProperties::GetSettingName() { in GetSettingName()80 PlatformProperties::PlatformProperties() { in PlatformProperties() function in PlatformProperties99 bool PlatformProperties::GetUseModuleCache() const { in GetUseModuleCache()105 bool PlatformProperties::SetUseModuleCache(bool use_module_cache) { in SetUseModuleCache()109 FileSpec PlatformProperties::GetModuleCacheDirectory() const { in GetModuleCacheDirectory()113 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { in SetModuleCacheDirectory()118 void PlatformProperties::SetDefaultModuleCacheDirectory( in SetDefaultModuleCacheDirectory()140 PlatformProperties &Platform::GetGlobalPlatformProperties() { in GetGlobalPlatformProperties()141 static PlatformProperties g_settings; in GetGlobalPlatformProperties()
45 class PlatformProperties : public Properties {47 PlatformProperties();87 static PlatformProperties &GetGlobalPlatformProperties();