Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp75 llvm::StringRef 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()
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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h45 class PlatformProperties : public Properties {
47 PlatformProperties();
87 static PlatformProperties &GetGlobalPlatformProperties();