Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp77 ModuleListProperties::ModuleListProperties() { in ModuleListProperties() function in ModuleListProperties
98 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup()
104 bool ModuleListProperties::SetEnableExternalLookup(bool new_value) { in SetEnableExternalLookup()
109 bool ModuleListProperties::GetEnableBackgroundLookup() const { in GetEnableBackgroundLookup()
115 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath()
122 bool ModuleListProperties::SetClangModulesCachePath(const FileSpec &path) { in SetClangModulesCachePath()
127 FileSpec ModuleListProperties::GetLLDBIndexCachePath() const { in GetLLDBIndexCachePath()
134 bool ModuleListProperties::SetLLDBIndexCachePath(const FileSpec &path) { in SetLLDBIndexCachePath()
139 bool ModuleListProperties::GetEnableLLDBIndexCache() const { in GetEnableLLDBIndexCache()
145 bool ModuleListProperties::SetEnableLLDBIndexCache(bool new_value) { in SetEnableLLDBIndexCache()
[all …]
H A DDataFileCache.cpp29 ModuleListProperties &properties = in GetLLDBIndexCachePolicy()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DModuleList.h50 class ModuleListProperties : public Properties {
57 ModuleListProperties();
446 static ModuleListProperties &GetGlobalModuleListProperties();