Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp77 ModuleListProperties::ModuleListProperties() { in ModuleListProperties() function in ModuleListProperties
97 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup()
103 bool ModuleListProperties::SetEnableExternalLookup(bool new_value) { in SetEnableExternalLookup()
107 SymbolDownload ModuleListProperties::GetSymbolAutoDownload() const { in GetSymbolAutoDownload()
118 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath()
123 bool ModuleListProperties::SetClangModulesCachePath(const FileSpec &path) { in SetClangModulesCachePath()
128 FileSpec ModuleListProperties::GetLLDBIndexCachePath() const { in GetLLDBIndexCachePath()
133 bool ModuleListProperties::SetLLDBIndexCachePath(const FileSpec &path) { in SetLLDBIndexCachePath()
138 bool ModuleListProperties::GetEnableLLDBIndexCache() const { in GetEnableLLDBIndexCache()
144 bool ModuleListProperties::SetEnableLLDBIndexCache(bool new_value) { in SetEnableLLDBIndexCache()
[all …]
H A DDataFileCache.cpp29 ModuleListProperties &properties = in GetLLDBIndexCachePolicy()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h70 class ModuleListProperties : public Properties {
77 ModuleListProperties();
463 static ModuleListProperties &GetGlobalModuleListProperties();