Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp77 ModuleListProperties::ModuleListProperties() { in ModuleListProperties() function in ModuleListProperties
97 bool ModuleListProperties::GetEnableExternalLookup() const { in GetEnableExternalLookup()
107 bool ModuleListProperties::GetEnableBackgroundLookup() const { in GetEnableBackgroundLookup()
113 FileSpec ModuleListProperties::GetClangModulesCachePath() const { in GetClangModulesCachePath()
123 FileSpec ModuleListProperties::GetLLDBIndexCachePath() const { in GetLLDBIndexCachePath()
133 bool ModuleListProperties::GetEnableLLDBIndexCache() const { in GetEnableLLDBIndexCache()
143 uint64_t ModuleListProperties::GetLLDBIndexCacheMaxByteSize() { in GetLLDBIndexCacheMaxByteSize()
149 uint64_t ModuleListProperties::GetLLDBIndexCacheMaxPercent() { in GetLLDBIndexCacheMaxPercent()
161 void ModuleListProperties::UpdateSymlinkMappings() { in UpdateSymlinkMappings()
180 bool ModuleListProperties::GetLoadSymbolOnDemand() { in GetLoadSymbolOnDemand()
[all …]
H A DDataFileCache.cpp29 ModuleListProperties &properties = in GetLLDBIndexCachePolicy()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h50 class ModuleListProperties : public Properties {
57 ModuleListProperties();
442 static ModuleListProperties &GetGlobalModuleListProperties();