Lines Matching refs:ModuleListProperties
77 ModuleListProperties::ModuleListProperties() { in ModuleListProperties() function in ModuleListProperties
98 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup()
104 bool ModuleListProperties::SetEnableExternalLookup(bool new_value) { in SetEnableExternalLookup()
109 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath()
116 bool ModuleListProperties::SetClangModulesCachePath(const FileSpec &path) { in SetClangModulesCachePath()
121 FileSpec ModuleListProperties::GetLLDBIndexCachePath() const { in GetLLDBIndexCachePath()
128 bool ModuleListProperties::SetLLDBIndexCachePath(const FileSpec &path) { in SetLLDBIndexCachePath()
133 bool ModuleListProperties::GetEnableLLDBIndexCache() const { in GetEnableLLDBIndexCache()
139 bool ModuleListProperties::SetEnableLLDBIndexCache(bool new_value) { in SetEnableLLDBIndexCache()
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()
178 PathMappingList ModuleListProperties::GetSymlinkMappings() const { in GetSymlinkMappings()
183 bool ModuleListProperties::GetLoadSymbolOnDemand() { in GetLoadSymbolOnDemand()
734 ModuleListProperties module_list_properties;
755 ModuleListProperties &ModuleList::GetGlobalModuleListProperties() { in GetGlobalModuleListProperties()