Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DModuleList.cpp77 ModuleListProperties::ModuleListProperties() { in ModuleListProperties() function in ModuleListProperties
98 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup()
109 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath()
121 FileSpec ModuleListProperties::GetLLDBIndexCachePath() const { in GetLLDBIndexCachePath()
133 bool ModuleListProperties::GetEnableLLDBIndexCache() const { in GetEnableLLDBIndexCache()
144 uint64_t ModuleListProperties::GetLLDBIndexCacheMaxByteSize() { in GetLLDBIndexCacheMaxByteSize()
150 uint64_t ModuleListProperties::GetLLDBIndexCacheMaxPercent() { in GetLLDBIndexCacheMaxPercent()
156 uint64_t ModuleListProperties::GetLLDBIndexCacheExpirationDays() { in GetLLDBIndexCacheExpirationDays()
162 void ModuleListProperties::UpdateSymlinkMappings() { in UpdateSymlinkMappings()
183 bool ModuleListProperties::GetLoadSymbolOnDemand() { in GetLoadSymbolOnDemand()
[all …]
H A DDataFileCache.cpp27 ModuleListProperties &properties = in DataFileCache()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleList.h50 class ModuleListProperties : public Properties {
57 ModuleListProperties();
445 static ModuleListProperties &GetGlobalModuleListProperties();